summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/term.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make Booleans signed char, since char is unsigned on powerpc; millert okderaadt2002-02-181-2/+2
|
* Update to ncurses-5.2-20010114millert2001-01-221-45/+59
|
* update to ncurses 5.2millert2000-10-221-2/+2
|
* ncurses 5.1millert2000-07-101-2/+2
|
* update to ncurses-5.0-20000311millert2000-03-131-3/+6
|
* Enable extended cap names. Previously, the only allowed cap names weremillert2000-01-081-2/+3
| | | | | | | | | | | | | those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag.
* update to ncurses-5.0-19991127millert1999-11-281-5/+5
|
* ncurses-4.2-990301millert1999-03-021-10/+29
|
* ncurses-4.2-990116millert1999-01-181-43/+46
|
* update to ncurses-4.2-981114millert1998-11-171-21/+50
|
* ncurses-4.2-980905millert1998-09-131-9/+11
|
* don't define HAVE_* since it conflicts with other configure scriptsmillert1998-08-141-1/+13
|
* ncurses-4.2-980718millert1998-07-231-0/+737