[xiph-commits] r17791 - trunk/squishyball

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Jan 31 17:14:21 PST 2011


Author: xiphmont
Date: 2011-01-31 17:14:21 -0800 (Mon, 31 Jan 2011)
New Revision: 17791

Modified:
   trunk/squishyball/mincurses.c
Log:
set cursor to 'normal' on exit rather than 'visible'.



Modified: trunk/squishyball/mincurses.c
===================================================================
--- trunk/squishyball/mincurses.c	2011-01-25 19:41:09 UTC (rev 17790)
+++ trunk/squishyball/mincurses.c	2011-02-01 01:14:21 UTC (rev 17791)
@@ -457,8 +457,8 @@
 }
 
 int min_showcur(){
-  if(cursor_visible){
-    min_putp(cursor_visible);
+  if(cursor_normal){
+    min_putp(cursor_normal);
     return 0;
   }else
     return 1;



More information about the commits mailing list