]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 9 Sep 2021 11:48:17 +0000 (06:48 -0500)
commit61136fd2977dcc81170122fdef65459b0763eb6c
treed891f381d5ad890739bbc4fd43e30b6b65280c8f
parentf67b72093e1cf5acb39600cef0bd135187f20dfb
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