diff options
| author | jixiuf <jixiuf@qq.com> | 2019-07-26 23:08:15 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-07-26 23:08:15 +0800 |
| commit | fb29e140ae41661137a57fae1d934b1b5b6bcf5e (patch) | |
| tree | 81d24c9b0ab18434b1ff9be6681bd6fbd304ab3d /vterm-module.h | |
| parent | c209a86e869bb3e91ad94541dbcfd3039ef1d2eb (diff) | |
Revert "trying support blink-cursor-mode"
This reverts commit 74b8e5cb2d1c6798c42e56ae444e5e96c629f2c5.
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 2 |
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; |
