diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:43:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:43:58 +0000 |
commit | e2cc9702a6ddb033ea289a1269f14e7ae076c3ef (patch) | |
tree | ff8eab15d32035b98b9e0ac952d1cc1435f14c26 /src/structs.h | |
parent | 152c9dd52b4ff1a39618e973c720829ac6395f2d (diff) | |
download | vim-git-e2cc9702a6ddb033ea289a1269f14e7ae076c3ef.tar.gz |
updated for version 7.0060
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 71c692ad1..03379ad4d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -778,6 +778,7 @@ typedef struct attr_entry { guicolor_T fg_color; /* foreground color handle */ guicolor_T bg_color; /* background color handle */ + guicolor_T sp_color; /* special color handle */ GuiFont font; /* font handle */ # ifdef FEAT_XFONTSET GuiFontset fontset; /* fontset handle */ @@ -2055,6 +2056,7 @@ typedef struct int bold; int italic; int underline; + int undercurl; } prt_text_attr_T; /* |