ncurses: also include dumb terminfo in fallbacks

This fixes "top -b" erroring out with "'dumb': unknown terminal type."

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-02-06 23:17:37 +01:00
parent 04373a4e8b
commit 5a568035b3

View File

@ -32,7 +32,7 @@ PKG_CONFIGURE_OPTS_TARGET="--without-ada \
--without-dmalloc \ --without-dmalloc \
--disable-rpath \ --disable-rpath \
--disable-database \ --disable-database \
--with-fallbacks=linux,screen,xterm,xterm-color \ --with-fallbacks=linux,screen,xterm,xterm-color,dumb \
--with-termpath=/storage/.config/termcap \ --with-termpath=/storage/.config/termcap \
--disable-big-core \ --disable-big-core \
--enable-termcap \ --enable-termcap \