mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
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) {
|
if (selected) {
|
||||||
wmove (win, choice, item_x+1);
|
wmove (win, choice, item_x+1);
|
||||||
wnoutrefresh (win);
|
wrefresh (win);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user