index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
setterm.c
Age
Commit message (
Expand
)
Author
2021-09-06
Style fixes most for __CTRACE().
rin
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2021-06-10
Add missing newline to debug trace message
mcf
2018-10-26
Ignore terminfo padding specifications when checking whether
uwe
2018-10-02
curses: fix ripoffline
roy
2017-03-23
POSIX says that use_env(3) must precede setupterm(3).
roy
2017-03-20
Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);
christos
2017-01-31
Move ESCDELAY to curses.c so all globals are close to each other.
roy
2017-01-30
Check _cursesi_term is set in a few places and sprinkle some static.
roy
2017-01-30
If either set_escdelay(3) or set_tabsize(3) are called, set _reentrant
roy
2017-01-11
Move the ripoffline logic out of screen.c and into ripoffline.c.
roy
2017-01-10
Implement POSIX curses function ripoffline(3).
roy
2017-01-06
KNF.
roy
2017-01-05
Whitespace
roy
2017-01-05
Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.
roy
2016-12-31
Implement POSIX curses use_env function.
roy
2016-12-30
Add the POSIX filter() function to libcurses.
roy
2016-01-09
Remove extra new line in debugging output.
jdc
2015-11-24
PR/50092: don't leak screen on multiple setterms.
christos
2013-10-16
Add TABSIZE, which is derived from terminfo init_tabs.
roy
2013-09-25
Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.
dsainty
2013-05-05
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.
jdc
2012-04-21
Add capfile(5) to describe the termcap format.
roy
2011-10-04
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
roy
2010-02-11
Don't assume the terminal has a description.
roy
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2009-02-22
Get the ESCDELAY from the environment.
christos
2007-10-06
Make it build without HAVE_WCHAR
martin
2007-09-19
We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as they
jdc
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2007-01-21
Add debug "areas" that allow selective debugging by setting the
jdc
2004-07-24
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
blymn
2003-10-21
Don't compare a char to NULL.
fvdl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-02
Redo the conflict calculation (again).
jdc
2003-01-27
Change the way we calculate conflicts when turning off attributes.
jdc
2002-12-05
Set LINES and COLS here so that __swflags() sets flags on the initial windows.
jdc
2002-09-11
Add a hack for xterm-like terminals where "\E[m" will turn off
jdc
2002-06-26
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
christos
2002-01-02
Remove extraneous tabs from blank lines.
blymn
2001-12-11
* Remove termcap globals from public interface
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2000-12-22
Revert the change to the `pc' capability from the previous change. Pointed
jdc
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-06-12
Restore changes 1.23->1.24 that were accidently overwritten.
jdc
2000-06-12
Make sure tspace is large enough to hold all capabilities.
jdc
2000-06-03
Fix broken getcap call - it was always returning NULL. Thanks Itojun
blymn
2000-05-19
We already initialize UP and BC when we fire up Curses, so pass a null pointer
mycroft
2000-04-29
Fix pasto.
mycroft
[next]