History log of /dflybsd-src/contrib/ncurses/include/hashed_db.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 32bb5217 12-Aug-2020 Daniel Fojt <df@neosystem.org>

vendor/ncurses: upgrade from 6.0-20160305 to 6.2-20200212

The TERMINAL structure in <term.h> is now opaque. Doing that allowed
making the structure larger, to hold the extended numeric data.
When co

vendor/ncurses: upgrade from 6.0-20160305 to 6.2-20200212

The TERMINAL structure in <term.h> is now opaque. Doing that allowed
making the structure larger, to hold the extended numeric data.
When configured for wide-characters (i.e. ncursesw), the TERMINAL
structure is extended and is named TERMTYPE2. When configured for
8-bit (narrow) characters, the TERMTYPE2 structure is not used.

For detailed description of all other changes, enhancements, bugfixes
and performance improvements, see:

https://invisible-island.net/ncurses/announce-6.1.html
https://invisible-island.net/ncurses/announce-6.2.html

show more ...


# 3468e90c 11-Mar-2016 John Marino <draco@marino.st>

Update ncurses from version 5.9 to 6.0 (5 MARCH 2016)


# 1d102085 17-Dec-2009 Jan Lentfer <lentferj@monster.lan.net>

vendor/NCURSES: Import v5.7 sources