aboutsummaryrefslogtreecommitdiff
path: root/vis.c
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 /vis.c
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 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index df29941..f01a59f 100644
--- a/vis.c
+++ b/vis.c
@@ -313,7 +313,7 @@ static void window_draw_cursorline(Win *win) {
return;
if (view_selections_count(view) > 1)
return;
-
+
int width = view_width_get(view);
CellStyle style = win->ui->style_get(win->ui, UI_STYLE_CURSOR_LINE);
Selection *sel = view_selections_primary_get(view);