summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2007-10-25Only resize curscr, __virtscr and stdscr when the screen is resized.jdc
2007-10-25Return "-1" for unknown keys and only return NULL for errors.jdc
2007-10-06Make it build without HAVE_WCHARmartin
2007-10-06Make the non-WCHAR variant compilable.martin
2007-09-19Set the column width when changing the background using wbkgd(), otherwisejdc
2007-09-19We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as theyjdc
2007-09-19Add debugging for the WCHAR cases.jdc
2007-08-28Fix a crash caused by having a single NULL character as a string capability.blymn
2007-08-27Fix resizing bug where the values of LINES and/or COLS changed while wejdc
2007-08-04Add KEY_RESIZE.jdc
2007-07-15Use HTML escapes. Use Ss for subsection. Correct date.wiz
2007-07-13Emphasise `ncurses'.jdc
2007-07-13Note that the additional characters are for ncurses compatibility.jdc
2007-07-11Document line drawing and graphics characters.jdc
2007-07-11Add additional line drawing and characters.jdc
2007-07-01Do not typedef bool as char, just include stdbool.h. Fixes a buildxtraeme
2007-05-29Fix compile errors on i386 by changing %ld to %zu.veego
2007-05-29Change debug handling, now we write debug out iff CURSES_TRACE_FILEblymn
2007-05-29Fix some compiler warnings.blymn
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-01-22Pull down the following from the wcurses branch:jdc
2007-01-21Add debug "areas" that allow selective debugging by setting thejdc
2007-01-21Wide curses mergeblymn
2007-01-21This file originates from the ncurses distribution, thanks to the ncurses peo...blymn
2007-01-21Wide curses mergeblymn
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-08-25Handle cases where the application installs a SIGWINCH handler after thejdc
2006-08-23Add some more debugging information.jdc
2006-08-23When deleting windows and screens, also set to NULL the standard namesjdc
2006-08-23Make sure we update the correct window when changing colour pairs.jdc
2006-07-29Bump date for previous.wiz
2006-07-25PR/34011: Julian Coleman: Limit timeout to 25.5 seconds.christos
2006-03-19Coverity CID 1246: Don't allow getc == -1 to propagate as an array index.christos
2006-03-19Coverity 1552: Don't leak memory.christos
2006-02-05Handle both background character and background attribute.jdc
2006-02-05Curses_insert has been split into curses_insertch and curses_insertln forjdc
2006-02-05Use the background attributes for the background when inserting characters.jdc
2006-01-26Use the window background colour, not the default colour.jdc
2006-01-15Note that subwindows inherit the background character and attributesjdc
2006-01-15Fix Xref, bump date for previous.wiz
2006-01-15Background characters and attributes don't need to be kept per characterjdc
2006-01-01Don't crash if asked to touch more lines than there are in a window.jdc
2005-10-23Don't read entry after end of array.dsl
2005-08-09Deal with modern c++ casts.christos
2005-07-27Make sure that werase() always marks the window as dirty. This fixes ajdc
2005-05-23Make these work with today's curses and termcap reality.christos
2005-03-04Bump date for touchline() correction, and drop trailing whitespace.wiz
2005-03-04Fixed incorrect documentation of the touchln() function. (thanks Wiz)blymn
2005-02-18Change first arg of __hash_more to const void * to remove need for double castsdsl
2004-12-13fix mvgetch prototype.yamt