comparison src/console-tty.h @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 360340f9fd5f
children 538048ae2ab8
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
165 CONST char *cursor_normal; /* cnorm, ve */ 165 CONST char *cursor_normal; /* cnorm, ve */
166 CONST char *init_motion; /* smcup, ti */ 166 CONST char *init_motion; /* smcup, ti */
167 CONST char *end_motion; /* rmcup, te */ 167 CONST char *end_motion; /* rmcup, te */
168 CONST char *keypad_on; /* smkx, ks */ 168 CONST char *keypad_on; /* smkx, ks */
169 CONST char *keypad_off; /* rmkx, ke */ 169 CONST char *keypad_off; /* rmkx, ke */
170
171 CONST char *orig_pair; /* op, op */
170 } sd; 172 } sd;
171 173
172 /* costs of various operations */ 174 /* costs of various operations */
173 struct 175 struct
174 { 176 {