summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/RichString.h b/RichString.h
index 48c1e749..9ee3a2d0 100644
--- a/RichString.h
+++ b/RichString.h
@@ -39,6 +39,7 @@ typedef struct RichString_ {
int chlen;
CharType* chptr;
CharType chstr[RICHSTRING_MAXLEN+1];
+ int highlightAttr;
} RichString;
void RichString_setAttrn(RichString* this, int attrs, int start, int finish);