lineedit: do not tab-complete any strings which have control characters
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 7 Nov 2017 17:09:29 +0000 (18:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 8 Nov 2017 11:35:02 +0000 (12:35 +0100)
commitc3797d40a1c57352192c6106cc0f435e7d9c11e8
treeab6c18347fe168135382013a660e0725cca52452
parenta5060b8364faa7c677c8950f1315c451403b0660
lineedit: do not tab-complete any strings which have control characters

function                                             old     new   delta
add_match                                             41      68     +27

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/lineedit.c