diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2019-05-17 23:13:16 +0800 |
|---|---|---|
| committer | jixiufeng <jixiufeng@luojilab.com> | 2019-05-17 23:13:16 +0800 |
| commit | 74b8e5cb2d1c6798c42e56ae444e5e96c629f2c5 (patch) | |
| tree | 24d8052512bf238ddc35156e879815f9d5431376 /vterm-module.h | |
| parent | db9679d77dda82299f7c3aab79a3f5b0967ddce3 (diff) | |
trying support blink-cursor-mode
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; |
