1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:47:46 +02:00

fix tab bar bugs

This commit is contained in:
Jfreegman 2013-08-19 16:59:24 -04:00
parent 10d97b2942
commit f017a76c4a

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)))