aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vterm-module.h b/vterm-module.h
index e9378d2..9ed1831 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -33,8 +33,6 @@ enum {
typedef struct Cursor {
int row, col;
- bool blinking;
- bool blinking_changed;
int cursor_type;
bool cursor_type_changed;
} Cursor;