ncurses: vendor import version 6.5(cherry picked from commit 21817992b3314c908ab50f0bb88d2ee750b9c4ac)
ncurses: chase dependency changes in the source treeDifferential Revision: https://reviews.freebsd.org/D32098
ncurses: Add support for terminfo databaseAlong with the termcap database, ncurses will now lookup for theterminfo database, note that the terminfo database is being lookedup first and then it fa
ncurses: Add support for terminfo databaseAlong with the termcap database, ncurses will now lookup for theterminfo database, note that the terminfo database is being lookedup first and then it fallsback on the termcap one.While here drop our custom reader for the termcap database, over thetime it is needed maintenance to be able to catchup with changes on ncursesside.Install the ncurses tools which are needed to deal with the terminfodatabase: tic, infocmp, toeReplace our termcap only aware tools with the ncurses counterpart:tput, tabs, tset, clear and resetIn particular they can your the extra capabilities described in theterminfo database, which does not exist in termcapNote that to add a new terminfo information to the database from portsthe ports will just need to add their extra information into:/usr/local/share/site-terminfo/<firstletteroftheterm>/<term>Tested by: jbeich, manu
show more ...