summaryrefslogtreecommitdiff
path: root/src/termcap.c
Commit message (Collapse)AuthorAgeFilesLines
* (speeds): Put in #if 0.Gerd Moellmann2001-05-281-1/+6
|
* (tgetent): Change the way buffers are reallocated toGerd Moellmann2000-12-081-5/+5
| | | | be portable and less obfuscated.
* (ospeed): Remove.Gerd Moellmann2000-11-191-12/+2
| | | | | (tputs) [!emacs]: Remove unused code. (tgetent): Avoid a compiler warning.
* [emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h.Dave Love2000-06-201-2/+6
|
* (tgetst1): Supprt EBCDIC systems.Richard M. Stallman1998-08-181-0/+21
| | | | (esctab): Alternate definition if IS_EBCDIC_HOST.
* Renamed "struct buffer" to "struct termcap_buffer" toRichard M. Stallman1998-05-151-4/+4
| | | | avoid confusing the MSVC debugger.
* 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