summaryrefslogtreecommitdiff
path: root/lib/libcurses/acs.c
AgeCommit message (Expand)Author
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