updated for version 7.0060
diff --git a/src/structs.h b/src/structs.h
index 71c692a..03379ad 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -778,6 +778,7 @@
{
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 @@
int bold;
int italic;
int underline;
+ int undercurl;
} prt_text_attr_T;
/*