1
0
forked from aniani/vim

updated for version 7.0206

This commit is contained in:
Bram Moolenaar
2006-02-24 23:53:04 +00:00
parent 2a3f7eeebf
commit 32466aa2e9
40 changed files with 1091 additions and 480 deletions

View File

@@ -782,8 +782,9 @@ typedef struct attr_entry
} term;
struct
{
char_u fg_color; /* foreground color number */
char_u bg_color; /* background color number */
/* These colors need to be > 8 bits to hold 256. */
short_u fg_color; /* foreground color number */
short_u bg_color; /* background color number */
} cterm;
# ifdef FEAT_GUI
struct