Re: Bug#62878: Screen display problems with terminals
Okay, the font plays a role and lucide-typewriter isn't 100% ANSI. I found
a solution for the other problem though. If I set $TERM to xterm-debian, my
colors are right, my characters are right and my keys in vim work perfectly
fine.
With Eterm I set term_name in my default theme, but it doesn't look like
you can do the same with gnome-terminal, so what I suggest you do is to put
this in your .bashrc file:
if [ $DISPLAY ]; then
export TERM=xterm-debian
fi
Thanks guys!
--
------------------
Sarel Botha
sjbotha@email.com
------------------
99 little bugs in the code, 99 bugs in the code,
fix one bug, compile it again...
101 little bugs in the code....
Reply to: