0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0207

This commit is contained in:
Bram Moolenaar
2006-02-25 21:47:41 +00:00
parent ba6c05240f
commit c542aef58d
4 changed files with 70 additions and 26 deletions

View File

@@ -104,6 +104,9 @@
/* Used for click in a tab pages label. */
#define KS_TABLINE 240
/* Used for menu in a tab pages line. */
#define KS_TABMENU 239
/*
* Filler used after KS_SPECIAL and others
*/
@@ -403,6 +406,7 @@ enum key_extra
#define K_TEAROFF TERMCAP2KEY(KS_TEAROFF, KE_FILLER)
#define K_TABLINE TERMCAP2KEY(KS_TABLINE, KE_FILLER)
#define K_TABMENU TERMCAP2KEY(KS_TABMENU, KE_FILLER)
/*
* Symbols for pseudo keys which are translated from the real key symbols