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