diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-19 23:05:54 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 13:37:23 +0100 |
| commit | cbc96c96d193829fc882c5b4d83c2006a232cfe6 (patch) | |
| tree | 9997e3115dcf1dd5ce0af96b2f7f4bed6ffe7649 /ui-curses.c | |
| parent | 6eb3dbc60f054c81ef071c79b0f438cdd0bbb1f1 (diff) | |
| download | vis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.gz vis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.xz | |
vis: implement :set colorcolumn
Diffstat (limited to 'ui-curses.c')
| -rw-r--r-- | ui-curses.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-curses.c b/ui-curses.c index af5057e..79e75e5 100644 --- a/ui-curses.c +++ b/ui-curses.c @@ -892,6 +892,7 @@ static UiWin *ui_window_new(Ui *ui, View *view, File *file) { style.attr |= A_REVERSE; win->styles[UI_STYLE_CURSOR] = style; win->styles[UI_STYLE_SELECTION] = style; + win->styles[UI_STYLE_COLOR_COLUMN] = style; win->ui = uic; win->view = view; |
