aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 3c1b064b6..fdf8bbb28 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -149,6 +149,11 @@ config FEATURE_EDITING_FANCY_PROMPT
149 Setting this option allows for prompts to use things like \w and 149 Setting this option allows for prompts to use things like \w and
150 \$ and escape codes. 150 \$ and escape codes.
151 151
152config FEATURE_EDITING_WINCH
153 bool "Enable automatic tracking of window size changes"
154 default y
155 depends on FEATURE_EDITING
156
152config FEATURE_EDITING_ASK_TERMINAL 157config FEATURE_EDITING_ASK_TERMINAL
153 bool "Query cursor position from terminal" 158 bool "Query cursor position from terminal"
154 default n 159 default n