diff options
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 5 |
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 | ||
152 | config FEATURE_EDITING_WINCH | ||
153 | bool "Enable automatic tracking of window size changes" | ||
154 | default y | ||
155 | depends on FEATURE_EDITING | ||
156 | |||
152 | config FEATURE_EDITING_ASK_TERMINAL | 157 | config FEATURE_EDITING_ASK_TERMINAL |
153 | bool "Query cursor position from terminal" | 158 | bool "Query cursor position from terminal" |
154 | default n | 159 | default n |