aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-10 21:55:41 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-10 22:36:54 +0100
commit0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 (patch)
treeeefe6bbc9eb8ce96d71cd8b857cace4caa662507 /ui.h
parent650ef03aa0529f7b69e4757697f161258b07ef1d (diff)
downloadvis-0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1.tar.gz
vis-0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1.tar.xz
ui: make primary cursor blink
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 76de366..2e471e9 100644
--- a/ui.h
+++ b/ui.h
@@ -32,6 +32,7 @@ enum UiStyles {
UI_STYLE_LEXER_MAX = 64,
UI_STYLE_DEFAULT,
UI_STYLE_CURSOR,
+ UI_STYLE_CURSOR_PRIMARY,
UI_STYLE_CURSOR_LINE,
UI_STYLE_SELECTION,
UI_STYLE_LINENUMBER,