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.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index e4cad6d0..e184a8fa 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -33,7 +33,8 @@ enum class PromptFlags
{
None = 0,
Password = 1 << 0,
- DropHistoryEntriesWithBlankPrefix = 1 << 1
+ DropHistoryEntriesWithBlankPrefix = 1 << 1,
+ InactiveInitString = 1 << 2,
};
constexpr bool with_bit_ops(Meta::Type<PromptFlags>) { return true; }