summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Collapse)Author
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-17Add in lots of MLINKSTodd C. Miller
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-09Make reset_prog_mode() and reset_shell_mode() in libtermlib weakTodd C. Miller
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in.
1997-12-06#ifdef out call to _nc_update_screensizeTodd C. Miller
1997-12-033X-> 3Todd C. Miller
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-12-01Fix typo, vnsprintf -> vsnprintf. Tsk tsk.Todd C. Miller
1997-11-29Check malloc() return vals.Todd C. Miller
1997-11-28oops, buffer needs to be 4 char larger due to a prefix/tag.Todd C. Miller
1997-11-28Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACETodd C. Miller
1997-11-28Add tracing/debugging code from ncurses 4.1 but don't compile by default.Todd C. Miller
malloc buffer in hardscroll.c so we don't have oflow worries. Allow hardscroll.c to compile if SCROLLDEBUG is defined but TRACE is not.
1997-11-27constrain buf against oflow; shok.janova.orgTheo de Raadt
1997-11-26Need to run this through tbl.Todd C. Miller
1997-11-26Need to run these through tbl.Todd 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.
1997-09-18environment variablesTheo de Raadt
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-09the theTheo de Raadt
1997-02-27Undo last change. nawk == awk in our tree, and no different behaviour isThorsten Lockert
seen by invoking it as nawk. The problem this change claimed to correct must have had another source.
1997-02-27awk fails to create a couple of files during the build. nawk does theAngelos D. Keromytis
deed.
1997-02-09do not make changes here that hide a problem which needs fixingTheo de Raadt
1997-01-07don't use LDADD+=-ltermlib on the mips - because it causes problemsThomas Graichen
with the linker (weak symbols)
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-05Move fflush() from signal handler into endwin(), that way it will work inThorsten Lockert
some other common situations too.
1996-09-05Add strategic fflush() before suspending on keyboard generated signalThorsten Lockert
1996-07-13We need "curses.priv.h" for tracing even with a private terminfo emulationThorsten Lockert
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-18Our terminfo emulation library now supports ttytype[], no need to special-Thorsten Lockert
case this anymore
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert
1996-06-16Don't allow overwrites as a means to moving to the right; updates sometimesThorsten Lockert
does not work correctly. This would often be seen in nvi
1996-06-02Add file that got accidentally removed with curses upgrade; also bumpThorsten Lockert
major version number on shared library
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
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
1996-05-04commented out includes install renamedTheo de Raadt
1995-10-24install curses.h from src/includeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt