diff options
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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<PromptFlags>) { return true; } |
