aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-27 20:30:23 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-27 20:30:23 +0200
commitdfe9937786a5183952bb464901da9ba951e71652 (patch)
treef8875f2d89d852095307b9163297ff9ec94833aa /ui.h
parent56f198904932a87952d89f0d13b30ba229901a83 (diff)
parent03ceb7943b7f28c0b52803d64f956ca549e2cc03 (diff)
downloadvis-dfe9937786a5183952bb464901da9ba951e71652.tar.gz
vis-dfe9937786a5183952bb464901da9ba951e71652.tar.xz
Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/vis
Conflicts: view.c
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 c2e9bf3..786fdfb 100644
--- a/ui.h
+++ b/ui.h
@@ -41,6 +41,7 @@ enum UiStyle {
UI_STYLE_CURSOR_LINE,
UI_STYLE_SELECTION,
UI_STYLE_LINENUMBER,
+ UI_STYLE_LINENUMBER_CURSOR,
UI_STYLE_COLOR_COLUMN,
UI_STYLE_STATUS,
UI_STYLE_STATUS_FOCUSED,