summaryrefslogtreecommitdiff
path: root/lib/libtermlib
AgeCommit message (Expand)Author
1996-08-07If the user have a TERMCAP variable with a full terminal description in it,Thorsten Lockert
1996-08-07Fix think-o in last change; cost padding now worksThorsten Lockert
1996-08-02Get padding output correctThorsten Lockert
1996-07-22Add support for terminfo.db files; same format as termcap.db but withThorsten Lockert
1996-07-20Correct return valueThorsten Lockert
1996-07-13We are not neccecarily running with curses; if we are we won't use thisThorsten Lockert
1996-06-21When truncating to long termcap entries, don't leave partial capabilitiesThorsten Lockert
1996-06-21WHen called with a buffer (throug tgetent(3)), never type to copy more thanThorsten Lockert
1996-06-18Fix off by one error when setting up ttytype[]Thorsten Lockert
1996-06-18Also emulate old ttytype[] behaviour. Strip off any obsolete 2-characterThorsten Lockert
1996-06-16tparm() takes the args in the opposite order from tgoto() when usingThorsten Lockert
1996-06-02Some format strings were not handled entirely right, fixed.Thorsten Lockert
1996-06-02Fix minor problem in translation of termcap capabilities into terminfoThorsten Lockert
1996-06-02setupterm() should return 1 for success, not OKThorsten Lockert
1996-05-31Terminfo emulation library; currently understands only about reading fromThorsten Lockert