Bill Nottingham wrote:
Hans de Goede (j.w.r.degoede@xxxxxx) said:
So after reading man bash it should be:
if [ "$PS1" ]; then
case $TERM in
xterm* | rxvt* | gnome | konsole)
Obviously it should just test the terminal capablity for prompt setting.
Except there isn't one (at least, not that's used.)
term.sh will be abandoned anyway-- there's no way to make it work with
multibyte environments it seems-- by the time that the term.sh is run in
CJK, TERM gets mashed to "dumb" and COLORTERM gets erased. Also, there's
no way to get proprietary apps (gasp!) that expect TERM to be xterm to
be changed.
Not sure if IIIMF is causing this or something else is at fault.