busybox: stop depending on FEATURE_AUTOWIDTH for applet list
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 11 Jan 2017 09:52:24 +0000 (10:52 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 11 Jan 2017 09:52:24 +0000 (10:52 +0100)
commita8a075acfee7b31c4da00cf3500b67354339e3b9
tree07db5ef5e3c11e2a8137b360c3edc3bb026afaed
parent0fd9fb4244a6dd4ba71f81e355261115cd80d2f1
busybox: stop depending on FEATURE_AUTOWIDTH for applet list

Many other appletw don't - they unconditionally use get_terminal_wodth(),
and here the amount of code saved by FEATURE_AUTOWIDTH=n is tiny.

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