summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/ncurses_cfg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses-5.2-20010114millert2001-01-221-1/+1
|
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-2/+2
|
* Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOMEmillert2000-10-101-0/+1
| | | | | | | if root but not setugid. Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use poll(2).
* update to ncurses-5.1-20001007millert2000-10-081-8/+18
|
* ncurses-5.0-20000617millert2000-06-191-2/+2
|
* Update to ncurses-5.0-20000304millert2000-03-101-1/+2
|
* ncurses-5.0-20000205millert2000-02-061-1/+5
|
* Enable extended cap names. Previously, the only allowed cap names weremillert2000-01-081-3/+1
| | | | | | | | | | | | | 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-4/+9
|
* ncurses-5.0-990626millert1999-06-271-1/+2
|
* we no longer have a builtin.h filemillert1999-05-291-2/+1
|
* ncurses-4.2-990424millert1999-05-081-2/+3
|
* ncurses-4.2-990301millert1999-03-021-1/+2
|
* missed this in last updatemillert1999-01-311-4/+5
|
* ncurses-4.2-990130millert1999-01-311-1/+2
|
* ncurses-4.2-990116millert1999-01-181-2/+3
|
* update to ncurses 4.2-981017millert1998-10-311-2/+3
|
* Use cgetent(3) and friends when reading termcapmillert1998-09-121-1/+3
|
* fall back on termcapmillert1998-09-121-2/+2
|
* ncurses-4.2-980718millert1998-07-231-75/+98
|
* Use _ti_get_screensize() from libtermlib to update screen size if changedmillert1998-01-171-9/+11
| | | | | | after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor.
* Merge of ncurses-4.1-971129millert1997-12-031-5/+39
|
* ncurses 4.1 + changes to work with our terminfo libs (instead ofmillert1997-11-261-0/+65
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.