Avoid potential rendering problems
This commit is contained in:
parent
4157a8a71e
commit
e68afefe56
@ -93,7 +93,7 @@ print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey
|
||||
}
|
||||
if (selected) {
|
||||
wmove (win, choice, item_x+1);
|
||||
wnoutrefresh (win);
|
||||
wrefresh (win);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user