summaryrefslogtreecommitdiff
path: root/src/termcap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address in comment.Karl Heuer1996-01-291-2/+2
|
* (tgetent): Find all the tc caps that there are.Karl Heuer1996-01-091-5/+5
|
* (tputs): Don't let ospeed overrun the speeds array.David J. MacKenzie1995-11-301-1/+3
|
* Don't assume that HAVE_CONFIG_H implies emacs.David J. MacKenzie1995-09-021-3/+5
|
* default to user-supplied buffer.David J. MacKenzie1995-08-211-0/+5
|
* TERMCAP_NAME -> TERMCAP_FILE.David J. MacKenzie1995-07-261-3/+3
|
* Move #define of bcopy to after #include <string.h>.David J. MacKenzie1995-07-261-5/+6
|
* (tgetent): Don't try to return the allocated address.Richard M. Stallman1995-04-071-2/+0
| | | | Always return 1 if successful.
* Comment changed.Richard M. Stallman1995-02-141-1/+1
|
* (speeds): Make it ints. Add some higher speeds.Richard M. Stallman1995-02-141-5/+12
| | | | | (tputs) [emacs]: If speed is high, convert to smaller units. (tputs): Really use SPEED to calculate PADCOUNT.
* (tgetst1): Let ^? stand for DEL character.Richard M. Stallman1994-12-171-1/+7
|
* entered into RCSRichard M. Stallman1994-06-041-0/+8
|
* *** empty log message ***Roland McGrath1994-05-251-2/+6
|
* Initial revisionRoland McGrath1994-05-041-0/+751