aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
authorPhilipp Emanuel Weidmann <pew@worldwidemann.com>2017-06-10 20:15:36 +0530
committerPhilipp Emanuel Weidmann <pew@worldwidemann.com>2017-06-10 20:15:36 +0530
commit03ceb7943b7f28c0b52803d64f956ca549e2cc03 (patch)
treede8df9ae822839712bd71fe8e8f088cc008ef383 /vis.c
parent081d99dda082a360dad367e8e2cc036a738edca5 (diff)
downloadvis-03ceb7943b7f28c0b52803d64f956ca549e2cc03.tar.gz
vis-03ceb7943b7f28c0b52803d64f956ca549e2cc03.tar.xz
More theme improvements
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index dc2c984..17270f2 100644
--- a/vis.c
+++ b/vis.c
@@ -306,7 +306,7 @@ static void window_draw_cursorline(Win *win) {
return;
if (view_cursors_multiple(view))
return;
-
+
int width = view_width_get(view);
CellStyle style = win->ui->style_get(win->ui, UI_STYLE_CURSOR_LINE);
Cursor *cursor = view_cursors_primary_get(view);