summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vterm.h b/include/vterm.h
index 4b345d7..1c5c8ce 100644
--- a/include/vterm.h
+++ b/include/vterm.h
@@ -98,7 +98,7 @@ typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifi
typedef struct {
const uint32_t *chars;
int width;
- int protected_cell; /* DECSCA-protected against DECSEL/DECSED */
+ unsigned int protected_cell:1; /* DECSCA-protected against DECSEL/DECSED */
} VTermGlyphInfo;
typedef struct {