summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/nc_tparm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant codedenis2020-06-051-3/+2
| | | | | | | Reported by Prof. Dr. Steffen Wendzel <wendzel @ hs-worms . de>, thanks! OK martijn@ sthen@
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-0/+67
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt