[xiph-commits] r17685 - trunk/squishyball

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Nov 29 08:23:39 PST 2010


Author: xiphmont
Date: 2010-11-29 08:23:39 -0800 (Mon, 29 Nov 2010)
New Revision: 17685

Modified:
   trunk/squishyball/main.c
Log:
Add 'Enter' key to choose current sample for test as documented.


Modified: trunk/squishyball/main.c
===================================================================
--- trunk/squishyball/main.c	2010-11-29 16:14:37 UTC (rev 17684)
+++ trunk/squishyball/main.c	2010-11-29 16:23:39 UTC (rev 17685)
@@ -612,6 +612,11 @@
           do_flip=1;
           /* range checking enforced later */
           break;
+        case 10: /* enter */
+          /* guarded below */
+          flip_to = current_choice;
+          do_select=1;
+          break;
         case '0': case '9': case '8': case '7': case '6':
         case '5': case '4': case '3': case '2': case '1':
           flip_to=c-'1';



More information about the commits mailing list