ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. *
ncurses: Add hostprog variant of tic.Tic(1) uses some of internal bits of ncurses implementation. * For now include a basic set of libncurses. * Link this tic with wide version of ncurses. * Adjust sources a bit for future reference.
show more ...
ncurses: Separate generators and sources list.Keeps everything concentrated outside libncurses lib.Add a bit of source sorting too.No functional change, just moving stuff around.
ncurses: Do not use LIB_SUFFIX.In preparations for update.While there, remove two unused variables.
ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)The tic program has been updated at the same time.The symbol maps were expanded using the vendor symbol maps so theyshould be more accurat
ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)The tic program has been updated at the same time.The symbol maps were expanded using the vendor symbol maps so theyshould be more accurate than before. Only one new symbol came infor the 6.0 version, but I didn't see it present in any library.For now, the ncurses headers are still being installed. They maybe removed later if dports will support it and it doesn't causeproblem with unix specifications. (On DragonFly, the ncursesbase libraries are private so in theory the headers should be too).
libncurses: Include symbols for wide character support
ncurses: Add wide-character supportThe man pages already indicated wide-character support, but thelibraries weren't properly implemented. Also removed unneededlibmytinfo. It was an alias for li
ncurses: Add wide-character supportThe man pages already indicated wide-character support, but thelibraries weren't properly implemented. Also removed unneededlibmytinfo. It was an alias for libncurses and four makefilesreferenced both.