mirror of https://github.com/mirror/busybox.git
Avoid potential rendering problems
parent
4157a8a71e
commit
e68afefe56
scripts/config
|
@ -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…
Reference in New Issue