Mercurial > hg > xemacs-beta
comparison src/console-tty.h @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
47:11c6df210d7f | 48:56c54cf7c5b6 |
---|---|
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 { |