summaryrefslogtreecommitdiff
path: root/include/vterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vterm.h')
-rw-r--r--include/vterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vterm.h b/include/vterm.h
index bcf2fe8..ee9603c 100644
--- a/include/vterm.h
+++ b/include/vterm.h
@@ -223,6 +223,8 @@ typedef struct {
unsigned int reverse : 1;
unsigned int strike : 1;
unsigned int font : 4; /* 0 to 9 */
+ unsigned int dwl : 1; /* On a DECDWL or DECDHL line */
+ unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */
} attrs;
VTermColor fg, bg;
} VTermScreenCell;