From 9a449a33446f1c52bb02b4bea13bbc86d5742f2d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 28 Oct 2017 10:07:28 +0800 Subject: Display the fallback value in prompts Fixes #1654 --- src/input_handler.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/input_handler.hh') 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) { return true; } -- cgit v1.2.3