| Age | Commit message (Expand) | Author |
| 2002-12-23 | Reference curses_pad(3). | jdc |
| 2002-12-23 | Changes for pad support - changed function signatures and _ISPAD flag. | jdc |
| 2002-12-23 | Add entries for newpad(), subpad(), prefresh() and pnoutrefresh(). | jdc |
| 2002-12-23 | Add descriptions for newpad(), subpad(), prefresh() and pnoutrefresh(). | jdc |
| 2002-12-23 | Increase default delay when assembling key sequences. This seems to | jdc |
| 2002-12-05 | Correct cross references. | jdc |
| 2002-12-05 | Add some (useful) debugging to wtouchln(). | jdc |
| 2002-12-05 | When copying a line from a window, only copy the changed part instead of | jdc |
| 2002-12-05 | Mark lines on new windows unchanged. | jdc |
| 2002-12-05 | Set LINES and COLS here so that __swflags() sets flags on the initial windows. | jdc |
| 2002-11-25 | Set default colour on windows created after a call to start_color(). | jdc |
| 2002-11-25 | Don't allow default colour setting to be overwritten in init_pair(). | jdc |
| 2002-10-23 | Added documentation for define_key and keyok | blymn |
| 2002-10-22 | Sort SEE ALSO. | wiz |
| 2002-10-22 | Whitespace cleanup. | wiz |
| 2002-10-22 | Added the ncurses extensions define_key and keyok. | blymn |
| 2002-10-22 | Fix lint nits mainly with the len parameter type in hash_more. | blymn |
| 2002-10-21 | No catted pages in CVS. | wiz |
| 2002-10-21 | getch, not curses_getch. | wiz |
| 2002-10-21 | curses_delch, not curses_deletech. | wiz |
| 2002-10-21 | curses_scanw, not curses_scan. | wiz |
| 2002-10-21 | Use \-1 instead of -1. | wiz |
| 2002-10-21 | No functions returning pointers in this man page. | wiz |
| 2002-10-21 | Punctuation fixes. | wiz |
| 2002-10-21 | Sort SECTIONS. Punctuation fix. | wiz |
| 2002-10-21 | Sort SECTIONS. | wiz |
| 2002-10-21 | Merge two SEE ALSO sections. | wiz |
| 2002-10-21 | Fix typo in Dt. | wiz |
| 2002-10-21 | New sentence, new line. | grant |
| 2002-10-21 | Drop trailing whitespace. | wiz |
| 2002-10-21 | Added separate man pages for curses functions to provide better | blymn |
| 2002-10-21 | Added separate man pages for curses functions to provide better | blymn |
| 2002-10-14 | Remove duplicate definitions of getyx, getbegyx and getmaxyx. | jdc |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-11 | Add a hack for xterm-like terminals where "\E[m" will turn off | jdc |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-08-13 | add ${MACROS} to roff call to make output paper readable | pooka |
| 2002-08-04 | Sort attr* functions/macros. | jdc |
| 2002-08-04 | Set the curses default colours to white on black when using colour. | jdc |
| 2002-08-04 | Make sure we always update curx, cury and __ISPASTEOL. | jdc |
| 2002-08-04 | Reset cursor visibility after restarting the screen, as the cursor visibility | jdc |
| 2002-07-19 | Add idcok to documentation. | blymn |
| 2002-07-19 | * Added new function idcok - this closes PR 10802 | blymn |
| 2002-06-26 | minor KNF (prototype decls should carry no variable name, otherwise macro | itojun |
| 2002-06-26 | handle non-tty cases more gracefully. | itojun |
| 2002-06-26 | PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. | christos |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-04-11 | Make sure _acs_char[] is copied to screen->acs_char[] even when there is no | mycroft |
| 2002-03-25 | Two formatting fixes. | wiz |
| 2002-01-04 | Only reference termcap capabilities in the screen struct in __init_acs | blymn |