[BusyBox-cvs] busybox/scripts/config menubox.c,1.2,1.3

Erik Andersen andersen at codepoet.org
Mon Mar 10 17:21:50 UTC 2003


Update of /var/cvs/busybox/scripts/config
In directory winder:/tmp/cvs-serv21619

Modified Files:
	menubox.c 
Log Message:
Avoid potential rendering problems


Index: menubox.c
===================================================================
RCS file: /var/cvs/busybox/scripts/config/menubox.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- menubox.c	23 Jan 2003 06:35:17 -0000	1.2
+++ menubox.c	10 Mar 2003 17:21:46 -0000	1.3
@@ -93,7 +93,7 @@
     }
     if (selected) {
 	wmove (win, choice, item_x+1);
-	wnoutrefresh (win);
+	wrefresh (win);
     }
 }
 




More information about the busybox-cvs mailing list