diff options
author | Ron Yorston <rmy@pobox.com> | 2018-02-25 20:09:54 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-25 20:09:54 +0100 |
commit | 23286900da2f38de6b7f0c8318263eac4ce774d1 (patch) | |
tree | 5e7bf2e0aa87ac17de2f92adfd2de48683c0abfa /libbb/Config.src | |
parent | e20a703fd34fa0f3ac17c53d868735a99d794a3e (diff) | |
download | busybox-w32-23286900da2f38de6b7f0c8318263eac4ce774d1.tar.gz busybox-w32-23286900da2f38de6b7f0c8318263eac4ce774d1.tar.bz2 busybox-w32-23286900da2f38de6b7f0c8318263eac4ce774d1.zip |
lineedit: allow window size tracking to be disabled
function old new delta
lineedit_read_key 269 261 -8
win_changed 47 - -47
read_line_input 3884 3821 -63
cmdedit_setwidth 63 - -63
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 0/2 up/down: 0/-181) Total: -181 bytes
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 |