From cbc96c96d193829fc882c5b4d83c2006a232cfe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 19 Oct 2015 23:05:54 +0200 Subject: vis: implement :set colorcolumn --- ui-curses.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-curses.c') 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; -- cgit v1.2.3