From 03ceb7943b7f28c0b52803d64f956ca549e2cc03 Mon Sep 17 00:00:00 2001 From: Philipp Emanuel Weidmann Date: Sat, 10 Jun 2017 20:15:36 +0530 Subject: More theme improvements --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') 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); -- cgit v1.2.3