summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
AgeCommit message (Collapse)Author
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-08-22ncurses-5.0-990821Todd C. Miller
1999-08-15Update to ncurses-5.0-990814Todd C. Miller
1999-07-11ncurses-990710:Todd C. Miller
Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo
1999-07-04ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses ↵Todd C. Miller
routines
1999-06-27ncurses-5.0-990626Todd C. Miller
1999-06-15ncurses-5.0-990614 -- only affects ada stuff which we don't ship so just ↵Todd C. Miller
update NCURSES_VERSION_PATCH
1999-06-14cvs skipped these files in the previous commit for mysterious reasonsTodd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-08ncurses-4.2-990424Todd C. Miller
1999-03-28ncurses-4.2-990327; just man page fixesTodd C. Miller
1999-03-18ncurses-4.2-990318Todd C. Miller
1999-03-16ncurses-4.2-990316Todd C. Miller
1999-03-15ncurses-4.2-990314Todd C. Miller
1999-03-14ncurses-4.2-990313Todd C. Miller
1999-03-12these somehow got missed in the earlier curses commitTodd C. Miller
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-02-24This is 5.0, not 4.2Todd C. Miller
1999-02-24ncurses-4.2-990220; this is a pre-release of 5.0Todd C. Miller
1999-02-24ncurses-990213Todd C. Miller
1999-02-11Update to ncurses-4.2-990206:Todd C. Miller
suppress sc/rc capabilities from terminal description if they appear in smcup/rmcup. This affects only scrolling optimization, to fix a problem reported by several people with xterm's alternate screen, though the problem is more general.
1999-01-31ncurses-4.2-990130Todd C. Miller
1999-01-24ncurses-4.2-990123Todd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1998-11-17update to ncurses-4.2-981114Todd C. Miller
1998-10-31update to ncurses 4.2-981017Todd C. Miller
1998-09-17ncurses-4.2-980912Todd C. Miller
1998-09-13ncurses-4.2-980905Todd C. Miller
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-07-27update to ncurses-4.2-980725Todd C. Miller
1998-07-23ncurses-4.2-980718Todd C. Miller
1998-01-17Use _ti_get_screensize() from libtermlib to update screen size if changedTodd C. Miller
after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor.
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-11-26ncurses 4.1 + changes to work with our terminfo libs (instead ofTodd C. Miller
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>
1996-05-04use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works.Theo de Raadt
netbsd pr#2164; from seebs@taniemarie.solon.com
1995-10-18initial import of NetBSD treeTheo de Raadt