summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2003-06-28Make the refresh complete in the presence of multiple sub-windows.jdc
2003-06-27Fix typo in macro name, and remove a trailing comma.wiz
2003-06-26Stop refresh(subwin) doing refresh on the other subwin's created before it.dsl
2003-06-26Error attempts at nested subwindows, the data structures don't support them.dsl
2003-06-26Stop blank line being added when newline is processed with __ISPASTEOL set.dsl
2003-06-26Work around a warning from groff-1.19.wiz
2003-06-20Add noqiflush() and qiflush()jdc
2003-06-20Add keyname().jdc
2003-06-09Mark all lines on new pads as dirty. This ensures that we draw blankjdc
2003-05-28Don't restartwin() if it isn't stopped.dsl
2003-05-25Fix typo reported by Douwe Kiela in PR 21677.wiz
2003-05-22Make i an int to please lint and remove a cast.wiz
2003-05-22Grammar fix; no functions returnint pointers here, so remove sectionwiz
2003-05-21Remove erroneouly added file.jdc
2003-05-21Cross reference curses_addchstr.3.jdc
2003-05-21Increment libcurses minor for addition of addchstr() functions.jdc
2003-05-21Add addchstr() family of functions.jdc
2003-05-21Add mvw* functions.jdc
2003-05-21Bump date for last.wiz
2003-05-21Add missing *printw manual page links.jdc
2003-05-21Sort addbytes().jdc
2003-05-21Mention _CURSES_USE_MACROS.jdc
2003-05-20Add missing manual page links.jdc
2003-05-18Don't do __stopwin() if it is already stopped.dsl
2003-04-16Usewiz
2003-04-16New sentence, new line.wiz
2003-04-16getch(3), not curses_getch(3). New sentence, new line.wiz
2003-04-11Add spacing around variable definitions.jdc
2003-04-08Improve mdoc a bit.wiz
2003-04-08Better mdoc; add a missing 'is'.wiz
2003-04-08Document LINES and COLS environment variables.jdc
2003-04-08Add ESCDELAY variable to control the inter-key delay in escape sequences.jdc
2003-04-08Add mvwin manual pages.jdc
2003-04-08Make sure that windows are not off the left or top edges of the screen.jdc
2003-04-08Document mvwin().jdc
2003-04-06Swap red/blue and yellow/cyan when working with Sb/Sf colour. Problem noticedjdc
2003-04-05Keep the cr->nl translation state in a separate variable, so that we canjdc
2003-03-30Increment libcurses minor (addition of attr_set() group of functions).jdc
2003-03-30Add attr_set() group of functions.jdc
2003-03-29Now refresh() refreshes subwindows too.jdc
2003-03-17Fix typo.wiz
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-03-03Describe use of -ve window sizesdsl
2003-02-17Fix resize of windows with subwins.dsl
2003-02-14'NetBSD.org' and some mdoc fixes.grant
2003-02-10resize subwindows when a window is resized, otherwise the subwin hasdsl
2003-02-02Redo the conflict calculation (again).jdc
2003-02-02I was slightly too agressive removing clearok() in revision 1.8.jdc
2003-01-27Increment the minor version (from 5 to 6) for the addition ofjdc
2003-01-27Change the way we calculate conflicts when turning off attributes.jdc