summaryrefslogtreecommitdiff
path: root/lib/libtermlib/vidputs.c
AgeCommit message (Collapse)Author
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-07-20Correct return valueThorsten Lockert
Store attributes so comparing with them works when attributes change
1996-05-31Terminfo emulation library; currently understands only about reading fromThorsten Lockert
termcap database using cgetent(3)