summaryrefslogtreecommitdiff
path: root/lib/libcurses/attributes.c
AgeCommit message (Expand)Author
2010-12-25Little bit more debug information.blymn
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2008-06-13avoid c99 on DEBUG.yamt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-14Make this compile when HAVE_WCHAR is not defined.jdc
2008-03-21Add termattrs() and term_attrs() (requested by wiz@).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
2003-10-21Don't use NULL to compare against an int.fvdl
2003-03-30Add attr_set() group of functions.jdc
2003-02-17Fix resize of windows with subwins.dsl
2003-01-27Remove check for attribute/colour conflict.jdc
2000-12-19Rename variables refering to termcap capabilities from NN to __tc_nn. Casejdc
2000-05-11New function getattrs().jdc
2000-04-28Clean up a bunch more logic.mycroft
2000-04-24* Added rcs id line to files missing it.blymn
2000-04-16Add extra debug output (for wattrset()).jdc
2000-04-15Added functions to replace what were previously macros in curses.hblymn
2000-04-12Copyright assgned to TNF.jdc
2000-04-11Made data structures opaqueblymn
1999-04-13Upgrades the standard NetBSD curses library to provide somemrg