summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-07-05 20:39:39 +1000
committerMaxime Coste <mawww@kakoune.org>2023-07-05 20:39:39 +1000
commitec7986455947a34971f5084616b65800d1452b86 (patch)
treead7a5e7a9384e4c93b09973db46c735225c749f1 /src/input_handler.hh
parent3fae7cd7c045f0a574ce83da574f0b678d1bc0ad (diff)
parent163eb6dbc6758e84f8ce107632777fd06c8ac92d (diff)
Merge remote-tracking branch 'krobelus/allow-history-in-mappings'
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 b7e53aaf..4a776e84 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -83,6 +83,7 @@ public:
Face prompt_face, PromptFlags flags, char history_register,
PromptCompleter completer, PromptCallback callback);
void set_prompt_face(Face prompt_face);
+ bool history_enabled() const;
// enter menu mode, callback is called on each selection change,
// abort or validation with corresponding MenuEvent value