summaryrefslogtreecommitdiff
path: root/lib/libtermlib
AgeCommit message (Expand)Author
1998-01-17-WallTodd C. Miller
1998-01-17Add _ti_get_screensize(), like ncurses's _nc_get_screensize()Todd C. Miller
1997-12-16In tgetstr(), check that the copyout parameter is not NULL or a pointerTodd C. Miller
1997-12-16tparm() now returns NULL for buffers that would be >= 256 (termcapTodd C. Miller
1997-12-16othe envariable is COLUMNS, not COLSTodd C. Miller
1997-12-09Minor mdoc cleanup.Todd C. Miller
1997-12-09Make reset_prog_mode() and reset_shell_mode() in libtermlib weakTodd C. Miller
1997-11-29We don't implement the GNU extension tparam(). It is #ifdef'd outTodd C. Miller
1997-11-29Add MLINKSTodd C. Miller
1997-11-29Based on the ncurses curs_terminfo.3x file. Still needs some work.Todd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-03-28Don't allow buffer overflowsThorsten Lockert
1997-01-05HOSTCC; from rahndsTheo de Raadt
1996-12-16strncat botchesTheo de Raadt
1996-12-14Use size_t more placesThorsten Lockert
1996-12-09Be smarter about running tgetent() multiple times; bump major as we haveThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-12Make mvcur() a weak symbol where supportedThorsten Lockert
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
1996-09-16Fix some warningsThorsten Lockert
1996-09-03fix buf oflows betterTheo de Raadt
1996-09-03Protect against buffer overflowThorsten Lockert
1996-08-31Fix thinko in last changeThorsten Lockert
1996-08-31Avoid crashing when buggy applications check for capabilities withoutThorsten Lockert
1996-08-31Fix a typo; change a comment to reflect realityThorsten Lockert
1996-08-27Ensure strings are NUL terminated after strncpyThorsten Lockert
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