r309 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 26 18:43:38 EDT 2007


Author: icculus
Date: 2007-05-26 18:43:38 -0400 (Sat, 26 May 2007)
New Revision: 309

Modified:
   trunk/gui_ncurses.c
Log:
Removed FIXME comment that has been fixed.


Modified: trunk/gui_ncurses.c
===================================================================
--- trunk/gui_ncurses.c	2007-05-26 22:42:55 UTC (rev 308)
+++ trunk/gui_ncurses.c	2007-05-26 22:43:38 UTC (rev 309)
@@ -201,7 +201,7 @@
     WINDOW *win = mojobox->textwin;
     getmaxyx(win, h, w);
 
-    werase(mojobox->textwin);  // !!! FIXME: flickers...
+    werase(mojobox->textwin);
     for (i = 0; (pos < tcount) && (i < h); i++, pos++)
         mvwaddstr(win, i, 0, mojobox->textlines[pos]);
 




More information about the mojosetup-commits mailing list