summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/base/keybound.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-9/+10
| | | | | | | | | 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
* remove "unused variable" warningschl2007-10-171-3/+1
| | | | | | tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
* lint warns about some fishy type conversion.espie2006-05-141-2/+9
| | | | | | | | | | Indeed, some ints can be silently shortened to unsigned short. Since those functions can return errors, do not convert spurious parameters to the wrong values, but return an error code instead. Tested for ill effects without any noticeable problems. okay millert@, otto@
* Update to ncurses-5.2-20010114millert2001-01-221-5/+6
|
* ncurses-4.2-990220; this is a pre-release of 5.0millert1999-02-241-0/+47