lineedit: allow window size tracking to be disabled
authorRon Yorston <rmy@pobox.com>
Sun, 25 Feb 2018 19:09:54 +0000 (20:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 25 Feb 2018 19:09:54 +0000 (20:09 +0100)
commit23286900da2f38de6b7f0c8318263eac4ce774d1
tree5e7bf2e0aa87ac17de2f92adfd2de48683c0abfa
parente20a703fd34fa0f3ac17c53d868735a99d794a3e
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>
libbb/Config.src
libbb/lineedit.c