added xterm support
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 19 Apr 2012 15:04:48 +0000 (17:04 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 19 Apr 2012 15:04:48 +0000 (17:04 +0200)
c/vizionix/xtermwrap.sh [new file with mode: 0755]

diff --git a/c/vizionix/xtermwrap.sh b/c/vizionix/xtermwrap.sh
new file mode 100755 (executable)
index 0000000..7028a51
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+PATH="./:$PATH"
+eval "$(mkxsock)"
+xterm -xrm "XTerm.vt100.allowSendEvents:true" -into "$XSOCK_WID" $@
+
This page took 0.142924 seconds and 4 git commands to generate.