summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/parse_entry.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-42/+78
| | | | | | | | | 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
* use snprintf throughoutmillert2003-03-171-7/+7
|
* duplicate words and spelling fixes in commentsdavid2003-03-101-2/+2
| | | | ok miod@
* Make _nc_get_token() take a "silent" argument and only warn if itmillert2001-02-221-4/+4
| | | | | is not set. Propagate "silent" flag in _nc_parse_entry() to _nc_get_token(). Set the silent flag when reading termcap files, including $TERMCAP.
* Update to ncurses-5.2-20010114millert2001-01-221-43/+52
|
* update to ncurses-5.1-20001007millert2000-10-081-173/+128
|
* ncurses-5.0-20000617millert2000-06-191-5/+2
|
* update to ncurses-5.0-20000311millert2000-03-131-4/+4
|
* Update to ncurses-5.0-20000304millert2000-03-101-3/+3
|
* Update to ncurses-5.0-20000115:millert2000-01-161-261/+219
| | | | | | | | | | | | | + additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer).
* update to ncurses-5.0-19991127millert1999-11-281-4/+4
|
* ncurses-4.2-990301millert1999-03-021-6/+126
|
* ncurses-4.2-990116millert1999-01-181-0/+924