#include "config.h"
#include "History.hxx"
#include "ncmpc_curses.h"
#include <string>
Go to the source code of this file.
|
std::string | wreadln (WINDOW *w, const char *prompt, const char *initial_value, unsigned x1, History *history, Completion *completion) |
|
std::string | wreadln_masked (WINDOW *w, const char *prompt, const char *initial_value, unsigned x1) |
|
◆ wreadln()
std::string wreadln |
( |
WINDOW * |
w, |
|
|
const char * |
prompt, |
|
|
const char * |
initial_value, |
|
|
unsigned |
x1, |
|
|
History * |
history, |
|
|
Completion * |
completion |
|
) |
| |
◆ wreadln_masked()
std::string wreadln_masked |
( |
WINDOW * |
w, |
|
|
const char * |
prompt, |
|
|
const char * |
initial_value, |
|
|
unsigned |
x1 |
|
) |
| |