summaryrefslogtreecommitdiff
path: root/src/libvterm/include/vterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvterm/include/vterm.h')
-rw-r--r--src/libvterm/include/vterm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libvterm/include/vterm.h b/src/libvterm/include/vterm.h
index 1002fc3ad..ea8f8cd10 100644
--- a/src/libvterm/include/vterm.h
+++ b/src/libvterm/include/vterm.h
@@ -170,8 +170,9 @@ typedef struct {
} VTermGlyphInfo;
typedef struct {
- unsigned int doublewidth:1; // DECDWL or DECDHL line
- unsigned int doubleheight:2; // DECDHL line (1=top 2=bottom)
+ unsigned int doublewidth:1; /* DECDWL or DECDHL line */
+ unsigned int doubleheight:2; /* DECDHL line (1=top 2=bottom) */
+ unsigned int continuation:1; /* Line is a flow continuation of the previous */
} VTermLineInfo;
typedef struct {