mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 14:56:46 +02:00
forgot this
This commit is contained in:
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) {
|
||||||
|
Reference in New Issue
Block a user