diff options
Diffstat (limited to 'Src/Zle/zle.h')
| -rw-r--r-- | Src/Zle/zle.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h index 91eefc9e5..bf479d4cc 100644 --- a/Src/Zle/zle.h +++ b/Src/Zle/zle.h @@ -433,8 +433,10 @@ enum { * and mark. */ struct region_highlight { - /* Attributes turned on in the region */ + /* Attributes for the region */ zattr atr; + /* Explicitly set attributes for the region */ + zattr atrmask; /* Priority for this region relative to others that overlap */ int layer; /* Start of the region */ |
