diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-27 20:30:23 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-27 20:30:23 +0200 |
| commit | dfe9937786a5183952bb464901da9ba951e71652 (patch) | |
| tree | f8875f2d89d852095307b9163297ff9ec94833aa /vis.c | |
| parent | 56f198904932a87952d89f0d13b30ba229901a83 (diff) | |
| parent | 03ceb7943b7f28c0b52803d64f956ca549e2cc03 (diff) | |
| download | vis-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
