Comment 5 for bug 651578

Revision history for this message
Martin Jackson (mhjacks) wrote :

FYI - workaround is to set TERM manually.

I do this in /etc/zshrc like so (same code should work in bash or other bourne-style shells):

if [ ! "$TERM" ]; then
        export TERM=xterm
fi