]> git.ipfire.org Git - thirdparty/asterisk.git/commit
term.c: Add support for extended number format terminfo files.
authorSean Bright <sean.bright@gmail.com>
Sat, 4 Sep 2021 17:07:14 +0000 (13:07 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 9 Sep 2021 00:10:54 +0000 (19:10 -0500)
commit605dd03b364370ad23e4bfe9b466dcf8afaa7a1d
tree0f3a12e8f7b4f5a583c7729fac075202e3fc0da0
parentc07d531191ff35b630b0f52c5bfb8e575ed20d0b
term.c: Add support for extended number format terminfo files.

ncurses 6.1 introduced an extended number format for terminfo files
which the terminfo parsing in Asterisk is not able to parse. This
results in some TERM values that do support color (screen-256color on
Ubuntu 20.04 for example) to not get a color console.

ASTERISK-29630 #close

Change-Id: I27a4fcfab502219924af2d6b1c46feba92903cb3
main/term.c