diff options
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 1d2e992e..0d9d34cc 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -47,8 +47,9 @@ public: // abort or validation with corresponding PromptEvent value // returns to normal mode after validation if callback does // not change the mode itself - void prompt(const String& prompt, ColorPair prompt_colors, - Completer completer, PromptCallback callback); + void prompt(const String& prompt, String initstr, + ColorPair prompt_colors, Completer completer, + PromptCallback callback); void set_prompt_colors(ColorPair prompt_colors); // enter menu mode, callback is called on each selection change, |
