summaryrefslogtreecommitdiff
path: root/lib/libcurses/setterm.c
AgeCommit message (Expand)Author
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin
2021-06-10Add missing newline to debug trace messagemcf
2018-10-26Ignore terminfo padding specifications when checking whetheruwe
2018-10-02curses: fix ripofflineroy
2017-03-23POSIX says that use_env(3) must precede setupterm(3).roy
2017-03-20Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);christos
2017-01-31Move ESCDELAY to curses.c so all globals are close to each other.roy
2017-01-30Check _cursesi_term is set in a few places and sprinkle some static.roy
2017-01-30If either set_escdelay(3) or set_tabsize(3) are called, set _reentrantroy
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
2017-01-05Whitespaceroy
2017-01-05Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.roy
2016-12-31Implement POSIX curses use_env function.roy
2016-12-30Add the POSIX filter() function to libcurses.roy
2016-01-09Remove extra new line in debugging output.jdc
2015-11-24PR/50092: don't leak screen on multiple setterms.christos
2013-10-16Add TABSIZE, which is derived from terminfo init_tabs.roy
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
2012-04-21Add capfile(5) to describe the termcap format.roy
2011-10-04Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.roy
2010-02-11Don't assume the terminal has a description.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-07-22Prepare curses for the possibility of changing from termcap to terminfo.roy
2009-02-22Get the ESCDELAY from the environment.christos
2007-10-06Make it build without HAVE_WCHARmartin
2007-09-19We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as theyjdc
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
2004-07-24Remove _cursesi_genbuf, it was not being set and caused a SIGSEGVblymn
2003-10-21Don't compare a char to NULL.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-02Redo the conflict calculation (again).jdc
2003-01-27Change the way we calculate conflicts when turning off attributes.jdc
2002-12-05Set LINES and COLS here so that __swflags() sets flags on the initial windows.jdc
2002-09-11Add a hack for xterm-like terminals where "\E[m" will turn offjdc
2002-06-26PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.christos
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-12-11 * Remove termcap globals from public interfaceblymn
2001-12-02* Major change to add support for the newterm/set_term functions.blymn
2000-12-22Revert the change to the `pc' capability from the previous change. Pointedjdc
2000-12-19Rename variables refering to termcap capabilities from NN to __tc_nn. Casejdc
2000-06-12Restore changes 1.23->1.24 that were accidently overwritten.jdc
2000-06-12Make sure tspace is large enough to hold all capabilities.jdc
2000-06-03Fix broken getcap call - it was always returning NULL. Thanks Itojunblymn
2000-05-19We already initialize UP and BC when we fire up Curses, so pass a null pointermycroft
2000-04-29Fix pasto.mycroft