From 400533dd5aaa815f4fe75193c027ebe3b7ef6ff3 Mon Sep 17 00:00:00 2001 From: ketmar Date: Thu, 3 May 2012 05:39:04 +0300 Subject: [PATCH] redraw tabbar on color scheme changing --- src/sterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sterm.c b/src/sterm.c index 618445a..9058ab6 100644 --- a/src/sterm.c +++ b/src/sterm.c @@ -5081,6 +5081,7 @@ static void cmdMonochrome (const char *cmdname, char *argstr) { if (global) globalBW = b; else term->blackandwhite = b; } tfulldirt(); + updateTabBar = 1; } -- 2.11.4.GIT