Avoid potential rendering problems

This commit is contained in:
Eric Andersen 2003-03-10 17:21:46 +00:00
parent 4157a8a71e
commit e68afefe56

View File

@ -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);
}
}