OSDN Git Service

Patch from Jordan Crouse to avoid potential rendering problems
authorEric Andersen <andersen@codepoet.org>
Mon, 10 Mar 2003 17:23:42 +0000 (17:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 10 Mar 2003 17:23:42 +0000 (17:23 -0000)
extra/config/menubox.c

index 5be3d56..18e0216 100644 (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);
     }
 }