diff options
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 1 |
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; |
