| Age | Commit message (Expand) | Author |
| 1999-12-07 | Only unctrl() the first 256 input values. | simonb |
| 1999-12-07 | Use unsigned offsets into __unctrl and __unctrllen. | simonb |
| 1999-12-07 | Another unctrl() %s fix. | simonb |
| 1999-12-07 | In a debugging check, use %s for unctrl (it returns a char *). | simonb |
| 1999-10-04 | update post change to return value of tputs() third argument | lukem |
| 1999-09-29 | Change attr in __LDATA from a char to an int. Fixes a few annoying | simonb |
| 1999-09-17 | When dumping the attributes for a line, put a space between each attribute | simonb |
| 1999-09-17 | Include current line number in CTRACE of line being deleted. | simonb |
| 1999-08-17 | In name section, use .Dq macro rather than writing double quote directly. | enami |
| 1999-08-08 | Remove extra semicolons that crept in previous. Noted by Julian Coleman. | simonb |
| 1999-08-08 | Use waddnstr() instead of __waddbytes() in *addstr(), so we don't need | simonb |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-06-28 | Get rid of the evil trailing spaces and tabs. | simonb |
| 1999-06-28 | Remove the test for NOQCH, and print the line flags in the CTRACE in | simonb |
| 1999-06-28 | In struct __window, change flags back to an "unsigned int" from an | simonb |
| 1999-06-27 | Little nit - major first, then minor. | simonb |
| 1999-06-23 | - protect NULL attributes from de-referencing | christos |
| 1999-06-23 | Silence casts | christos |
| 1999-06-15 | Make a few private variables and functions static. | simonb |
| 1999-06-06 | Re-arrange some code to approach our regular style. | pk |
| 1999-06-06 | Hang on to the termcap buffer that we have tgetent() fill. | pk |
| 1999-04-22 | Initialization of the backing store pointers in __set_subwin() was just | mycroft |
| 1999-04-13 | Upgrades the standard NetBSD curses library to provide some | mrg |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-25 | Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing | abs |
| 1999-01-26 | Patch by Greg A. Woods to prevent creation of files in source directory | tron |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-19 | Add some braces to make egcs happy. | thorpej |
| 1998-02-18 | Ncurses (like SysV/XOpen based curses implementations) includes | jtc |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1998-01-30 | merge with lite-2 | perry |
| 1998-01-09 | RCS Id Police. | perry |
| 1998-01-05 | RCSID Police. | perry |
| 1997-12-21 | use ${SOELIM} instead of soelim | christos |
| 1997-12-21 | Make this use object directories. | christos |
| 1997-11-13 | Changes to make endwin() act like a SIGSTP in terms of nicely restarting | phil |
| 1997-11-05 | add addnstr() to curses.3 man page per PR#2305 | fair |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-13 | use <termcap.h> instead of defining termcap(3) stuff here | lukem |
| 1997-10-11 | Use bsd.subdir.mk as appropriate. | mycroft |
| 1997-10-09 | - define WARNS?=1 in the top-level Makefile.inc, and don't define | lukem |
| 1997-09-12 | Make endwin() save state so a subsequent call to wrefresh restores curses | phil |
| 1997-07-23 | RCSid police, set WARNS?=1 | mikel |
| 1997-07-23 | RCSid police | mikel |
| 1997-07-22 | RCSid police, fix warnings | mikel |
| 1997-07-22 | RCSid police, fix warnings | mikel |
| 1997-05-24 | Add get{beg,max}yx and get{cur,beg,max}[yx] macros like XPG4.2 curses. | jtc |
| 1997-05-23 | Fix tipo: flusok -> flushok | jtc |
| 1997-05-23 | Moved unctrl.h from games/mille. | jtc |