summaryrefslogtreecommitdiff
path: root/lib/libtermlib/tparm.c
AgeCommit message (Collapse)Author
1997-12-16tparm() now returns NULL for buffers that would be >= 256 (termcapTodd C. Miller
size limit). Also, make _tparm take a size argument. This isn't strictly necesary as we know the size of the buffer and this function is only used internally but this has the added benefit of making _tparm == GNU tparam if we ever want to export it as such. There are reported to be problems with emacs when native libtermlib has tparam() so we keep this private for now.
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-28Don't allow buffer overflowsThorsten Lockert
1996-09-16Fix some warningsThorsten Lockert
1996-06-02Some format strings were not handled entirely right, fixed.Thorsten Lockert
Remove unused argument to internal _tparm
1996-05-31Terminfo emulation library; currently understands only about reading fromThorsten Lockert
termcap database using cgetent(3)