summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2014-07-15Use TOOL_VFONTEDPRchristos
2014-07-15stopgap for non-netbsd build.christos
2014-07-13Remove bogus length check - SUSV2 says add(n)str wraps and performsblymn
2014-07-05Remove stray .if make(insatll).dholland
2014-07-05Reorg docs, part 1:dholland
2014-07-05Rework /usr/share/doc.dholland
2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg
2014-05-21Add workaround for lib/48827 for vax to avoid segv in sysinst for nowabs
2014-02-28Fix reversed logic in the notimeout call.blymn
2014-02-20Correct the implementation of mvderwin, it now works as specified byblymn
2013-12-06Make the touch family of calls actually force an update of theblymn
2013-11-10remove unused variablechristos
2013-11-09Rename the old __waddbytes function to _cursesi_waddbytes and add ablymn
2013-10-18fix unused warningschristos
2013-10-16Add TABSIZE, which is derived from terminfo init_tabs.roy
2013-10-16Define WA_NORMALroy
2013-10-15Note that delwin(3) is a null-op if win is NULL.roy
2013-10-15Instead of turning off the 8th bit on resume, turn it on, as it is on bychristos
2013-10-01Use the internal version of touchline to update the line.blymn
2013-09-25Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.dsainty
2013-05-05Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.jdc
2013-05-05Also merge in background attributes.jdc
2013-05-05Add extra debugging when copying window contents.jdc
2012-09-28Don't wrap added stringblymn
2012-09-28Add more debug to mvchgat.blymn
2012-09-28Correct behaviour of mvderwin(). It should remap a given area of the parentblymn
2012-09-28Truncate string to RHS of the window - SUSv2 says we should.blymn
2012-06-29* Size argument for memset when clearing cbuf was wrong, cbuf is an arrayblymn
2012-05-02re-work the previous to make it format correctlyagc
2012-05-01document the correct argument to wstandout(3) and wstandend(3)agc
2012-04-21Fix buildroy
2012-04-21Add capfile(5) to describe the termcap format.roy
2012-04-21Fix build break if curses is built without wide char supportblymn
2012-04-21Remove trailing whitespaceblymn
2012-02-19PR/46049: Tim van der Molen:christos
2012-01-27handle the case where we have no space properly (Nat Sloss)christos
2012-01-06PR/45791: Nat Sloss: getnstr erase character weirdnesschristos
2011-10-04Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.roy
2011-10-03Use tiparm instead of vtparm.roy
2011-09-15Remove trailing whitespace. Bump date for previous.wiz
2011-09-15- Make mvderwin work as per the SUSv2 specification and other cursesblymn
2011-08-29Fix for systems that don't have TCSASOFT as intended originally. Simplify.christos
2011-08-07Add serial comma, remove trailing whitespace, bump date for previous.wiz
2011-08-07Merge the attributes into the returned characters.blymn
2011-08-07Document the return values for innstr and friends.blymn
2011-08-07Fix a bug that prevented instr and friends returning OK.blymn
2011-08-07flush the output after writing the meta sequence.blymn
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-10Set the background attributes when erasing.blymn
2011-07-01Fix memset usage.joerg