aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
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);