Merge pull request #4186 from HiassofT/le10-ncurses-dumb

ncurses: also include dumb terminfo in fallbacks
This commit is contained in:
MilhouseVH 2020-02-07 22:40:09 +00:00 committed by GitHub
commit 1d8f42ef0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \