summaryrefslogtreecommitdiff
path: root/lib/libtermlib/vidattr.c
AgeCommit message (Collapse)Author
1996-09-21Need to include <term.h> here when no weak symbols.Thorsten Lockert
1996-09-21Make it compile without weak symbolsThorsten Lockert
1996-09-21Make vidattr() and vidputs() weak bindings, avoids problems with linking toThorsten Lockert
the curses library on some platforms (and the curses library has more complete implementation of them).
1996-05-31Terminfo emulation library; currently understands only about reading fromThorsten Lockert
termcap database using cgetent(3)