[xiph-commits] r17694 - trunk/squishyball

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Dec 1 06:37:36 PST 2010


Author: xiphmont
Date: 2010-12-01 06:37:36 -0800 (Wed, 01 Dec 2010)
New Revision: 17694

Modified:
   trunk/squishyball/tty.c
Log:
Fix typo that broke terminal layout in casual mode.



Modified: trunk/squishyball/tty.c
===================================================================
--- trunk/squishyball/tty.c	2010-12-01 04:10:12 UTC (rev 17693)
+++ trunk/squishyball/tty.c	2010-12-01 14:37:36 UTC (rev 17694)
@@ -265,7 +265,7 @@
   buf[columns-1]=ACS_LRCORNER;
   min_putstr(buf);
   min_unset();
-  return p_tn+2;
+  return pcm_n+2;
 }
 
 void panel_redraw_full(void){



More information about the commits mailing list