Selaa lähdekoodia

Patch from Jordan Crouse to avoid potential rendering problems

Eric Andersen 22 vuotta sitten
vanhempi
commit
83ea9cd4cf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      extra/config/menubox.c

+ 1 - 1
extra/config/menubox.c

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