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