forgot this

This commit is contained in:
Jfreegman 2013-08-07 02:52:56 -04:00
parent 90524356a7
commit 3f3be026b7

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