summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index d4509752..7b2d771f 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -49,6 +49,7 @@ public:
// not change the mode itself
void prompt(const String& prompt, ColorPair prompt_colors,
Completer completer, PromptCallback callback);
+ void set_prompt_colors(ColorPair prompt_colors);
// enter menu mode, callback is called on each selection change,
// abort or validation with corresponding MenuEvent value