aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/config/menubox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/menubox.c b/scripts/config/menubox.c
index 5be3d5611..18e02168b 100644
--- a/scripts/config/menubox.c
+++ b/scripts/config/menubox.c
@@ -93,7 +93,7 @@ print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey
93 } 93 }
94 if (selected) { 94 if (selected) {
95 wmove (win, choice, item_x+1); 95 wmove (win, choice, item_x+1);
96 wnoutrefresh (win); 96 wrefresh (win);
97 } 97 }
98} 98}
99 99