mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
forgot this
This commit is contained in:
parent
90524356a7
commit
3f3be026b7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user