comparison src/cm.h @ 15719:fdac027af4e1

Undo previous change.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:39:31 +0000
parents 58e638890a20
children a9160d6d9ac7
comparison
equal deleted inserted replaced
15718:8db4678b2fd8 15719:fdac027af4e1
98 int cc_vabs; 98 int cc_vabs;
99 }; 99 };
100 100
101 extern struct cm Wcm; /* Terminal capabilities */ 101 extern struct cm Wcm; /* Terminal capabilities */
102 extern char PC; /* Pad character */ 102 extern char PC; /* Pad character */
103 #ifdef HAVE_TERMIOS
104 # include <termios.h>
105 extern speed_t ospeed;
106 #else
107 extern short ospeed; /* Output speed (from sg_ospeed) */ 103 extern short ospeed; /* Output speed (from sg_ospeed) */
108 #endif
109 104
110 /* Shorthand */ 105 /* Shorthand */
111 #ifndef NoCMShortHand 106 #ifndef NoCMShortHand
112 #define curY Wcm.cm_curY 107 #define curY Wcm.cm_curY
113 #define curX Wcm.cm_curX 108 #define curX Wcm.cm_curX