From dde71c6637905e1707bd1020c93e930f4b0a480b Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Fri, 30 Oct 2020 21:56:16 -0400 Subject: Highlight new and old processes (#74) --- RichString.h | 1 + 1 file changed, 1 insertion(+) (limited to 'RichString.h') 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); -- cgit v1.2.3