/usr/bin/txiterm is in xiterm+thai 1.10-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #! /bin/sh
# Chanop Silpa-Anan <chanop@debian.org>
if test "x$XMODIFIERS" = "x" ; then
XMODIFIERS="@im=none"
fi
LANG=th_TH
export LANG XMODIFIERS
if [ $# = 0 ]; then
exec /usr/bin/xiterm+thai -fn nectec18 -cursorColor yellow -cursorColorThai red -bg black -fg white
else
exec /usr/bin/xiterm+thai -fn nectec18 "$@"
fi
|