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

forgot this

This commit is contained in:
Jfreegman 2013-08-07 02:52:56 -04:00
parent c6cbaf8d2e
commit 4cc4d3b755

2
main.c
View File

@ -272,7 +272,7 @@ static void draw_bar()
attron(COLOR_PAIR(3));
}
printw(" %s", windows[i].title);
if (windows[i].blink && (odd < 5)) {
if (windows[i].blink && (odd < (blinkrate/2))) {
attroff(COLOR_PAIR(3));
}
if (i == active_window) {