summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
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
2003-01-27Check for conflict between colour and other attributes. The previousjdc
2003-01-27ARemove (no longer used) __nca.jdc
2003-01-27Add can_change_color() and no_color_video().jdc
2003-01-27Rename can_change_colors() to can_change_color().jdc
2003-01-27Remove check for attribute/colour conflict.jdc
2003-01-27Rename can_change_colors() to can_change_color().jdc
2003-01-19End sentence with a dot.wiz
2003-01-19The next release will be 2.0, not 1.7.atatat
2003-01-15Correct return type for initscr().kristerw
2003-01-12Back out part of rev 1.50. We can't call werase() here.jdc
2003-01-09Let's call it 'duration' instead of 'timeout' so that the compiler is happy.atatat
2003-01-09Bump date for halfdelay, and slightly improve wording.wiz
2003-01-09Added halfdelay() function.blymn
2002-12-24Add curses pad manual pages.jdc
2002-12-23Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot.wiz
2002-12-23Document pad-related functions - newpad(), subpad(), prefresh() andjdc
2002-12-23Bump minor to 4 (pads support).jdc
2002-12-23Always update the change pointers. Otherwise, we could end up notjdc
2002-12-23Handle function argument changes to __newwin().jdc
2002-12-23Sort SEE ALSO.wiz
2002-12-23Only reset flags if the "window" is not a pad.jdc
2002-12-23Add pnoutrefresh() and prefresh().jdc
2002-12-23Add newpad() and subpad().jdc