All pastes #846945 Raw Edit

Miscellany

public text v1 · immutable
#846945 ·published 2008-01-08 17:56 UTC
rendered paste body
--- emc.in	2008-01-08 12:54:49.000000000 -0500
+++ emc.in.new	2008-01-08 12:55:39.000000000 -0500
@@ -610,11 +610,7 @@
 	exit 1
     fi
 #    xterm -xrm 'XTerm*metaSendsEscape:false' -xrm 'XTerm*VT100.Translations: #override <Key>Home: string("\033[1~")\n <Key>End: string("\033[4~")' -ls -e $EMC2_BIN_DIR/keystick -ini $INIFILE
-    if [ ! -z "$DISPLAY" ]; then
-        xterm -xrm 'XTerm*metaSendsEscape:false' -ls -e $EMC2_BIN_DIR/keystick -ini $INIFILE
-    else
-        $EMC2_BIN_DIR/keystick -ini $INIFILE
-    fi
+    $EMC2_BIN_DIR/keystick -ini $INIFILE
     result=$?
   ;;
   *)