aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h
index 86ad81d..d3d0a08 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -26,6 +26,7 @@ typedef struct ScrollbackLine {
typedef struct Cursor {
int row, col;
bool blinking;
+ bool blinking_changed;
bool visible;
} Cursor;