comparison src/keymap.h @ 203:80000fb16feb

updated for version 7.0060
author vimboss
date Tue, 15 Mar 2005 22:34:55 +0000
parents 7e70fc748752
children 9281a51ca7a2
comparison
equal deleted inserted replaced
202:b6450bf509d8 203:80000fb16feb
242 , KE_X2MOUSE 242 , KE_X2MOUSE
243 , KE_X2DRAG 243 , KE_X2DRAG
244 , KE_X2RELEASE 244 , KE_X2RELEASE
245 245
246 , KE_DROP /* DnD data is available */ 246 , KE_DROP /* DnD data is available */
247 , KE_CURSORHOLD /* CursorHold event */
247 }; 248 };
248 249
249 /* 250 /*
250 * the three byte codes are replaced with the following int when using vgetc() 251 * the three byte codes are replaced with the following int when using vgetc()
251 */ 252 */
461 #define K_PLUG TERMCAP2KEY(KS_EXTRA, KE_PLUG) 462 #define K_PLUG TERMCAP2KEY(KS_EXTRA, KE_PLUG)
462 #define K_CMDWIN TERMCAP2KEY(KS_EXTRA, KE_CMDWIN) 463 #define K_CMDWIN TERMCAP2KEY(KS_EXTRA, KE_CMDWIN)
463 464
464 #define K_DROP TERMCAP2KEY(KS_EXTRA, KE_DROP) 465 #define K_DROP TERMCAP2KEY(KS_EXTRA, KE_DROP)
465 466
467 #define K_CURSORHOLD TERMCAP2KEY(KS_EXTRA, KE_CURSORHOLD)
468
466 /* Bits for modifier mask */ 469 /* Bits for modifier mask */
467 /* 0x01 cannot be used, because the modifier must be 0x02 or higher */ 470 /* 0x01 cannot be used, because the modifier must be 0x02 or higher */
468 #define MOD_MASK_SHIFT 0x02 471 #define MOD_MASK_SHIFT 0x02
469 #define MOD_MASK_CTRL 0x04 472 #define MOD_MASK_CTRL 0x04
470 #define MOD_MASK_ALT 0x08 /* aka META */ 473 #define MOD_MASK_ALT 0x08 /* aka META */