summarylogtreecommitdiffstats
path: root/golded
diff options
context:
space:
mode:
Diffstat (limited to 'golded')
-rw-r--r--golded4
1 files changed, 2 insertions, 2 deletions
diff --git a/golded b/golded
index 5dd4dacff39f..190c5fbdbfe6 100644
--- a/golded
+++ b/golded
@@ -1,7 +1,7 @@
#!/bin/bash
GEDLNX=$(which gedlnx)
if [ ! -x $GEDLNX ]; then
- echo gedlnx is not avaiabled, sorry
+ echo gedlnx is not avaiable, sorry
exit 1
fi
-exec /usr/bin/luit -x -encoding koi8-r -- "$GEDLNX" $*
+TERM=xterm-256color exec /usr/bin/luit -x -encoding koi8-r -- "$GEDLNX" $*