mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:43:01 +01:00
forgot this
This commit is contained in:
parent
c6cbaf8d2e
commit
4cc4d3b755
2
main.c
2
main.c
@ -272,7 +272,7 @@ static void draw_bar()
|
|||||||
attron(COLOR_PAIR(3));
|
attron(COLOR_PAIR(3));
|
||||||
}
|
}
|
||||||
printw(" %s", windows[i].title);
|
printw(" %s", windows[i].title);
|
||||||
if (windows[i].blink && (odd < 5)) {
|
if (windows[i].blink && (odd < (blinkrate/2))) {
|
||||||
attroff(COLOR_PAIR(3));
|
attroff(COLOR_PAIR(3));
|
||||||
}
|
}
|
||||||
if (i == active_window) {
|
if (i == active_window) {
|
||||||
|
Loading…
Reference in New Issue
Block a user