summaryrefslogtreecommitdiff
path: root/bin/xt
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-02-24 15:55:01 +0100
committerMarc Vertes <mvertes@free.fr>2022-02-24 15:55:01 +0100
commit02086815cdef31cc855991fb949c28a22544ba70 (patch)
treed32284ab6208d2a75f4a56b85f018e38e2face2e /bin/xt
parent3601cdd9b978876ad76a05485e5580aa1124ad21 (diff)
update
Diffstat (limited to 'bin/xt')
-rwxr-xr-xbin/xt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xt b/bin/xt
index 9395b3e..5a9af7c 100755
--- a/bin/xt
+++ b/bin/xt
@@ -1,5 +1,5 @@
#!/bin/sh
#exec xterm -sl 500 -j -cr red "$@" &
-exec xterm "$@" &
+LC_ALL=C exec xterm "$@" &
#cmd="urxvtc ${@:--T $HOSTNAME}"
#eval "$cmd" || { [ $? = 2 ] && urxvtd -q -o -f && eval "$cmd"; }