diff options
author | Ron Yorston | 2018-02-25 20:09:54 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-02-25 20:09:54 +0100 |
commit | 23286900da2f38de6b7f0c8318263eac4ce774d1 (patch) | |
tree | 5e7bf2e0aa87ac17de2f92adfd2de48683c0abfa /libbb/Config.src | |
parent | e20a703fd34fa0f3ac17c53d868735a99d794a3e (diff) | |
download | busybox-23286900da2f38de6b7f0c8318263eac4ce774d1.zip busybox-23286900da2f38de6b7f0c8318263eac4ce774d1.tar.gz |
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 3c1b064..fdf8bbb 100644 --- a/libbb/Config.src +++ b/libbb/Config.src @@ -149,6 +149,11 @@ config FEATURE_EDITING_FANCY_PROMPT Setting this option allows for prompts to use things like \w and \$ and escape codes. +config FEATURE_EDITING_WINCH + bool "Enable automatic tracking of window size changes" + default y + depends on FEATURE_EDITING + config FEATURE_EDITING_ASK_TERMINAL bool "Query cursor position from terminal" default n |