Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Add in lots of MLINKS | Todd C. Miller | |
1997-12-14 | ncurses-4.1-971213 | Todd C. Miller | |
1997-12-09 | Make reset_prog_mode() and reset_shell_mode() in libtermlib weak | Todd 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_screensize | Todd C. Miller | |
1997-12-03 | 3X-> 3 | Todd C. Miller | |
1997-12-03 | Merge of ncurses-4.1-971129 | Todd C. Miller | |
1997-12-01 | Fix typo, vnsprintf -> vsnprintf. Tsk tsk. | Todd C. Miller | |
1997-11-29 | Check malloc() return vals. | Todd C. Miller | |
1997-11-28 | oops, buffer needs to be 4 char larger due to a prefix/tag. | Todd C. Miller | |
1997-11-28 | Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACE | Todd C. Miller | |
1997-11-28 | Add 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-27 | constrain buf against oflow; shok.janova.org | Theo de Raadt | |
1997-11-26 | Need to run this through tbl. | Todd C. Miller | |
1997-11-26 | Need to run these through tbl. | 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. | |||
1997-09-18 | environment variables | Theo de Raadt | |
1997-06-23 | buffer overflows which never ever happen; brian@firehouse.net | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-09 | the the | Theo de Raadt | |
1997-02-27 | Undo last change. nawk == awk in our tree, and no different behaviour is | Thorsten Lockert | |
seen by invoking it as nawk. The problem this change claimed to correct must have had another source. | |||
1997-02-27 | awk fails to create a couple of files during the build. nawk does the | Angelos D. Keromytis | |
deed. | |||
1997-02-09 | do not make changes here that hide a problem which needs fixing | Theo de Raadt | |
1997-01-07 | don't use LDADD+=-ltermlib on the mips - because it causes problems | Thomas Graichen | |
with the linker (weak symbols) | |||
1996-12-16 | Generate library versions of macro implementations as well | Thorsten Lockert | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-09-05 | Move fflush() from signal handler into endwin(), that way it will work in | Thorsten Lockert | |
some other common situations too. | |||
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert | |
1996-07-13 | We need "curses.priv.h" for tracing even with a private terminfo emulation | Thorsten Lockert | |
1996-06-19 | OpenBSD RCSID | Niklas Hallqvist | |
1996-06-18 | Our terminfo emulation library now supports ttytype[], no need to special- | Thorsten Lockert | |
case this anymore | |||
1996-06-16 | The man page for wresize() was accidentally omitted | Thorsten Lockert | |
1996-06-16 | Don't allow overwrites as a means to moving to the right; updates sometimes | Thorsten Lockert | |
does not work correctly. This would often be seen in nvi | |||
1996-06-02 | Add file that got accidentally removed with curses upgrade; also bump | Thorsten Lockert | |
major version number on shared library | |||
1996-06-02 | Install ncurses as -lcurses and <curses.h> | Thorsten Lockert | |
Install BSD curses library as -locurses and <ocurses.h> | |||
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-04 | use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works. | Theo de Raadt | |
netbsd pr#2164; from seebs@taniemarie.solon.com | |||
1996-05-04 | commented out includes install renamed | Theo de Raadt | |
1995-10-24 | install curses.h from src/include | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |