summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Collapse)Author
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-17add MLINKs I missedTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17Add missing MLINKsTodd 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-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-06-14ncurses-5.0-990612Todd C. Miller
1999-06-06ncurses-4.2-990605Todd C. Miller
1999-05-29we no longer have a builtin.h fileTodd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-13dividing by zero is bad++, patch sent to millert@ for forwarding to curses pplAaron Campbell
1999-05-11Install termcap.h too. Some packages assume that if you are usingTodd C. Miller
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses.
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-14ncurses-4.2-990313Todd C. Miller
1999-03-12these somehow got missed in the earlier curses commitTodd C. Miller
1999-03-11ncurses-4.2-990307Todd 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-02-01Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_fileTodd C. Miller
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions. Update copyright years in tinfo/read_bsd_terminfo.c.
1999-01-31missed this in last updateTodd C. Miller
1999-01-31ncurses-4.2-990130Todd C. Miller
1999-01-24ncurses-4.2-990123Todd C. Miller
1999-01-24ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER ↵Todd C. Miller
respectively; bvdpoel@kootenay.com
1999-01-23make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵Todd C. Miller
flags of infocmp more useful.
1999-01-22Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingTodd C. Miller
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use.
1999-01-21mention html docsTodd C. Miller
1999-01-20make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets ↵Todd C. Miller
done *after* make install in libs. should go away after 2.5 is released
1999-01-18use the doc dirTodd C. Miller
1999-01-18ncurses docs in htmlTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1998-11-30typoTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
problems with 3rd party programs that want to link with both -ltermcap and -lcurses.