Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-18 | make Booleans signed char, since char is unsigned on powerpc; millert ok | Theo de Raadt | |
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller | |
2000-10-22 | update to ncurses 5.2 | Todd C. Miller | |
2000-07-10 | ncurses 5.1 | Todd C. Miller | |
2000-03-13 | update to ncurses-5.0-20000311 | 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-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |
1998-11-17 | update to ncurses-4.2-981114 | Todd C. Miller | |
1998-09-13 | ncurses-4.2-980905 | Todd C. Miller | |
1998-08-14 | don't define HAVE_* since it conflicts with other configure scripts | Todd C. Miller | |
1998-07-23 | ncurses-4.2-980718 | Todd C. Miller | |