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
/
acs.c
Age
Commit message (
Expand
)
Author
2012-04-21
Add capfile(5) to describe the termcap format.
roy
2010-02-25
fix wrong widechar assignment for "up arrow"
drochner
2010-02-23
misc fixes and improvements:
drochner
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2008-07-04
use nl_langinfo(CODESET) instead of setlocale(LC_ALL, "").
tnozaki
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-07-11
Add additional line drawing and characters.
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
2002-04-11
Make sure _acs_char[] is copied to screen->acs_char[] even when there is no
mycroft
2002-01-04
Only reference termcap capabilities in the screen struct in __init_acs
blymn
2001-12-02
* Major change to add support for the newterm/set_term functions.
blymn
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-04-24
* Added rcs id line to files missing it.
blymn
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-12
Make ACS array index unsigned.
jdc
2000-04-11
Use "unsigned char" instead of "int" in previous, from Christos Zoulas.
simonb
2000-04-11
Cast array subscript to int - fixes compile barf on (at least) alpha.
simonb
2000-04-11
Made data structures opaque
blymn