mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix tab bar bugs
This commit is contained in:
parent
2f4f81981d
commit
22f766860f
|
@ -197,6 +197,7 @@ static void draw_bar()
|
|||
if (windows[i].blink && (odd < (blinkrate / 2)))
|
||||
attron(COLOR_PAIR(3));
|
||||
|
||||
clrtoeol();
|
||||
printw(" %s", windows[i].title);
|
||||
|
||||
if (windows[i].blink && (odd < (blinkrate / 2)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user