From 87c609e4c53202b4151c09bf479dc615eab4f84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 17 Oct 2015 22:41:18 +0200 Subject: vis: implement :set cursorline --- ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 656f5a8..4efd79f 100644 --- a/ui.h +++ b/ui.h @@ -21,12 +21,14 @@ enum UiOption { UI_OPTION_SYMBOL_TAB_FILL = 1 << 4, UI_OPTION_SYMBOL_EOL = 1 << 5, UI_OPTION_SYMBOL_EOF = 1 << 6, + UI_OPTION_CURSOR_LINE = 1 << 7, }; enum UiStyles { UI_STYLE_LEXER_MAX = 64, UI_STYLE_DEFAULT, UI_STYLE_CURSOR, + UI_STYLE_CURSOR_LINE, UI_STYLE_SELECTION, UI_STYLE_LINENUMBER, UI_STYLE_MAX, -- cgit v1.2.3