Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make Booleans signed char, since char is unsigned on powerpc; millert ok | 2002-02-18 | 1 | -2/+2 | |
| | |||||
* | Update to ncurses-5.2-20010114 | 2001-01-22 | 1 | -45/+59 | |
| | |||||
* | update to ncurses 5.2 | 2000-10-22 | 1 | -2/+2 | |
| | |||||
* | ncurses 5.1 | 2000-07-10 | 1 | -2/+2 | |
| | |||||
* | update to ncurses-5.0-20000311 | 2000-03-13 | 1 | -3/+6 | |
| | |||||
* | Enable extended cap names. Previously, the only allowed cap names were | 2000-01-08 | 1 | -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-19991127 | 1999-11-28 | 1 | -5/+5 | |
| | |||||
* | ncurses-4.2-990301 | 1999-03-02 | 1 | -10/+29 | |
| | |||||
* | ncurses-4.2-990116 | 1999-01-18 | 1 | -43/+46 | |
| | |||||
* | update to ncurses-4.2-981114 | 1998-11-17 | 1 | -21/+50 | |
| | |||||
* | ncurses-4.2-980905 | 1998-09-13 | 1 | -9/+11 | |
| | |||||
* | don't define HAVE_* since it conflicts with other configure scripts | 1998-08-14 | 1 | -1/+13 | |
| | |||||
* | ncurses-4.2-980718 | 1998-07-23 | 1 | -0/+737 | |