summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
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
2004-08-02Fix (I hope) the bounding checks against the source window.dsl
2004-08-01overwrite() wasn't copying enough lines or columns.dsl
2004-07-24Remove _cursesi_genbuf, it was not being set and caused a SIGSEGVblymn
2004-07-23getcurx, getcury, getparx, and getpary also seem to be extensions.wiz
2004-07-23Note that getbegx, getbegy, getmaxx, and getmaxy are extensionswiz
2004-04-29PR/25397: David A. Holland: bug in second loop of resizetermchristos
2004-04-27Add trailing space that got lost from the string definition.uwe
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-21Add missing mvin* and mvwin* manual pages.jdc
2004-04-07check fflush() return code (from Julian Coleman)christos
2004-03-28Add a newline, remove a comma, and reword STANDARDS sectionwiz
2004-03-28Increment libcurses minor to 1 (addition of *echochar()).jdc
2004-03-28Changes to support *echochar().jdc
2004-03-28Implement *echochar().jdc
2004-03-26Add comma in enumerations, grammar fix, and replace &wiz
2004-03-25Change TSTP handler back to using signal().jdc