aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2019-07-30 15:30:33 +0200
committerGitHub <noreply@github.com>2019-07-30 15:30:33 +0200
commit40f39427413841dc716e1d309ed36cf67d6dcb06 (patch)
tree32cdb9e0273eec343a24a778f1b8743dc2bbd667 /vterm-module.h
parent301fe9fdfd5fb2496c8428a11e0812fd8a4c0820 (diff)
parentfb29e140ae41661137a57fae1d934b1b5b6bcf5e (diff)
Merge pull request #104 from jixiuf/donot-enable-blink-cursor-mode
Revert "trying support blink-cursor-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;