From 0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Mar 2016 21:55:41 +0100 Subject: ui: make primary cursor blink --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') 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, -- cgit v1.2.3