summaryrefslogtreecommitdiff
path: root/lib/libcurses/screen.c
AgeCommit message (Expand)Author
2018-11-16Fix for PR lib/52063blymn
2018-10-02curses: fix ripofflineroy
2017-03-20Put back filter(3) I mistakenly removed in r1.29roy
2017-02-17Disable typeahead being set to infd by default as this seems to causeroy
2017-01-31Move ESCDELAY to curses.c so all globals are close to each other.roy
2017-01-24Implement POSIX Curses Soft Label Key functions.roy
2017-01-11Move the ripoffline logic out of screen.c and into ripoffline.c.roy
2017-01-10Implement POSIX curses function ripoffline(3).roy
2017-01-06KNF.roy
2016-12-31Implement POSIX Curses typeahead function.roy
2016-12-30Add the POSIX filter() function to libcurses.roy
2015-11-26fix memory leaks (from Rin Okuyama)christos
2010-06-10After consultation with jdc@, apply the patch from PR 42412 even thoughdholland
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2007-12-08Keep pushed-back characters locally. Fixes problems where KEY_* symbolsjdc
2007-05-28Merge in wide curses code done as a Summer of Code project byblymn
2007-01-21Add debug "areas" that allow selective debugging by setting thejdc
2006-08-23When deleting windows and screens, also set to NULL the standard namesjdc
2004-03-23We should check against NULL here.jdc
2004-03-22Add KEY_RESIZE support and a SIGWINCH handler.jdc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-30Remove __winlistp, add *screen to WINDOW and initialise in newwin().dsl
2003-04-05Keep the cr->nl translation state in a separate variable, so that we canjdc
2003-02-17Fix resize of windows with subwins.dsl
2003-02-02I was slightly too agressive removing clearok() in revision 1.8.jdc
2003-01-27ARemove (no longer used) __nca.jdc
2003-01-09Added halfdelay() function.blymn
2002-12-23Handle function argument changes to __newwin().jdc
2002-08-04Set the curses default colours to white on black when using colour.jdc
2002-06-26handle non-tty cases more gracefully.itojun
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-12-31* Fixed uninitialiased variable problem in newtermblymn
2001-12-30Make newterm set the default screen if the old default screen wasblymn
2001-12-27Fix newterm so it syncs curscr to stdscr when term is created. Thanksblymn
2001-12-02* Major change to add support for the newterm/set_term functions.blymn