Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to ncurses-5.2-20010114 | 2001-01-22 | 1 | -1/+1 | |
| | |||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 1 | -2/+2 | |
| | |||||
* | Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME | 2000-10-10 | 1 | -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-20001007 | 2000-10-08 | 1 | -8/+18 | |
| | |||||
* | ncurses-5.0-20000617 | 2000-06-19 | 1 | -2/+2 | |
| | |||||
* | Update to ncurses-5.0-20000304 | 2000-03-10 | 1 | -1/+2 | |
| | |||||
* | ncurses-5.0-20000205 | 2000-02-06 | 1 | -1/+5 | |
| | |||||
* | Enable extended cap names. Previously, the only allowed cap names were | 2000-01-08 | 1 | -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-19991127 | 1999-11-28 | 1 | -4/+9 | |
| | |||||
* | ncurses-5.0-990626 | 1999-06-27 | 1 | -1/+2 | |
| | |||||
* | we no longer have a builtin.h file | 1999-05-29 | 1 | -2/+1 | |
| | |||||
* | ncurses-4.2-990424 | 1999-05-08 | 1 | -2/+3 | |
| | |||||
* | ncurses-4.2-990301 | 1999-03-02 | 1 | -1/+2 | |
| | |||||
* | missed this in last update | 1999-01-31 | 1 | -4/+5 | |
| | |||||
* | ncurses-4.2-990130 | 1999-01-31 | 1 | -1/+2 | |
| | |||||
* | ncurses-4.2-990116 | 1999-01-18 | 1 | -2/+3 | |
| | |||||
* | update to ncurses 4.2-981017 | 1998-10-31 | 1 | -2/+3 | |
| | |||||
* | Use cgetent(3) and friends when reading termcap | 1998-09-12 | 1 | -1/+3 | |
| | |||||
* | fall back on termcap | 1998-09-12 | 1 | -2/+2 | |
| | |||||
* | ncurses-4.2-980718 | 1998-07-23 | 1 | -75/+98 | |
| | |||||
* | Use _ti_get_screensize() from libtermlib to update screen size if changed | 1998-01-17 | 1 | -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-971129 | 1997-12-03 | 1 | -5/+39 | |
| | |||||
* | ncurses 4.1 + changes to work with our terminfo libs (instead of | 1997-11-26 | 1 | -0/+65 | |
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit. |