mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:13:02 +01:00
fix tab bar bugs
This commit is contained in:
parent
10d97b2942
commit
f017a76c4a
@ -197,6 +197,7 @@ static void draw_bar()
|
|||||||
if (windows[i].blink && (odd < (blinkrate / 2)))
|
if (windows[i].blink && (odd < (blinkrate / 2)))
|
||||||
attron(COLOR_PAIR(3));
|
attron(COLOR_PAIR(3));
|
||||||
|
|
||||||
|
clrtoeol();
|
||||||
printw(" %s", windows[i].title);
|
printw(" %s", windows[i].title);
|
||||||
|
|
||||||
if (windows[i].blink && (odd < (blinkrate / 2)))
|
if (windows[i].blink && (odd < (blinkrate / 2)))
|
||||||
|
Loading…
Reference in New Issue
Block a user