fix tab bar bugs

This commit is contained in:
Jfreegman 2013-08-19 16:59:24 -04:00
parent 2f4f81981d
commit 22f766860f

View File

@ -197,6 +197,7 @@ static void draw_bar()
if (windows[i].blink && (odd < (blinkrate / 2)))
attron(COLOR_PAIR(3));
clrtoeol();
printw(" %s", windows[i].title);
if (windows[i].blink && (odd < (blinkrate / 2)))