after emerging 'x11-shells/multi-aterm" I quickly became irritated with having to set the terminal type to 'xterm' every time I ran it. Hence I was pleased when I discovered the -tn option (multi-aterm -help) -tn string value of the TERM environment variable except it doesn't do anything... running multi-aterm -tn xterm maintains the TERM as 'dumb' which causes many things to not function or not function properly. Reproducible: Always Steps to Reproduce: 1.emerge multi-aterm 2.run 'multi-aterm -tn xterm' 3.in the new multi-aterm, 'echo $TERM' Actual Results: bash-2.05b$ echo $TERM dumb Expected Results: bash-2.05b$ echo $TERM xterm (this is the result of manually running 'export TERM=xterm') I believe this is a bug in multi-aterm which should be passed on to the upstream developers, re the Gentoo Social Contract
fixed in latest version (0.0.5) (closing)