[xiph-commits] r17691 - trunk/squishyball
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Nov 30 05:32:18 PST 2010
Author: xiphmont
Date: 2010-11-30 05:32:18 -0800 (Tue, 30 Nov 2010)
New Revision: 17691
Modified:
trunk/squishyball/tty.c
Log:
Remove ins/del from keymap when gabbagabbahey is active.
Modified: trunk/squishyball/tty.c
===================================================================
--- trunk/squishyball/tty.c 2010-11-30 04:59:33 UTC (rev 17690)
+++ trunk/squishyball/tty.c 2010-11-30 13:32:18 UTC (rev 17691)
@@ -713,8 +713,10 @@
min_mvcur(x,o++);
min_putstrb(" <enter> ");
min_putstr (": Choose current ");
- min_putstrb(" <ins/del> ");
- min_putstr (": Undo/redo trial");
+ if(!p_g){
+ min_putstrb(" <ins/del> ");
+ min_putstr (": Undo/redo trial");
+ }
min_mvcur(x,o++);
min_putstrb(" <left/right> ");
min_putstr (": Seek ");
More information about the commits
mailing list