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