From 2bdbf7e379412ff4461871c1eb342948f90f51ca Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 3 Jun 2018 12:06:29 +1000 Subject: Add MenuStyle::Search that prevents the menu from hiding buffer text Fixes #2042 --- src/input_handler.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index f4f9f1b6..d5c9f7b4 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -35,6 +35,7 @@ enum class PromptFlags None = 0, Password = 1 << 0, DropHistoryEntriesWithBlankPrefix = 1 << 1, + Search = 1 << 2, }; constexpr bool with_bit_ops(Meta::Type) { return true; } -- cgit v1.2.3