diff options
| author | Philipp Emanuel Weidmann <pew@worldwidemann.com> | 2017-06-10 20:15:36 +0530 |
|---|---|---|
| committer | Philipp Emanuel Weidmann <pew@worldwidemann.com> | 2017-06-10 20:15:36 +0530 |
| commit | 03ceb7943b7f28c0b52803d64f956ca549e2cc03 (patch) | |
| tree | de8df9ae822839712bd71fe8e8f088cc008ef383 /vis.c | |
| parent | 081d99dda082a360dad367e8e2cc036a738edca5 (diff) | |
| download | vis-03ceb7943b7f28c0b52803d64f956ca549e2cc03.tar.gz vis-03ceb7943b7f28c0b52803d64f956ca549e2cc03.tar.xz | |
More theme improvements
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
