comparison src/terminfo.c @ 15718:8db4678b2fd8

Undo previous changes.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:37:24 +0000
parents 58e638890a20
children 4580dcf4e0d1
comparison
equal deleted inserted replaced
15717:c7870b16f24b 15718:8db4678b2fd8
20 20
21 /* Define these variables that serve as global parameters to termcap, 21 /* Define these variables that serve as global parameters to termcap,
22 so that we do not need to conditionalize the places in Emacs 22 so that we do not need to conditionalize the places in Emacs
23 that set them. */ 23 that set them. */
24 24
25 #include <config.h>
26
27 #ifdef USG
28 # include <string.h>
29 #endif
30
31 char *UP, *BC, PC; 25 char *UP, *BC, PC;
32 #ifdef HAVE_TERMIOS 26 short ospeed;
33 # include <termios.h>
34 speed_t ospeed;
35 #else
36 short ospeed;
37 #endif
38 27
39 static buffer[512]; 28 static buffer[512];
40 29
41 /* Interface to curses/terminfo library. 30 /* Interface to curses/terminfo library.
42 Turns out that all of the terminfo-level routines look 31 Turns out that all of the terminfo-level routines look