> on these machines, terminals are messed up.
>
> TERM is set to xterm-256colors (standard for KDE).
Here's a local fix:
1) Save the attached file (taken from an Ubuntu machine).
2) $ mkdir $HOME/.terminfo
$ tic -o $HOME/.terminfo xterm-256color.ubuntu
Bruno
# Reconstructed via infocmp
Hi,
on these machines, terminals are messed up.
This is what "emacs hello.c" displays when going in via ssh
from a KDE console:
5:60m#include 5:89m
5:28mint 5:21mmain()
{
printf (5:89m"Hello, world!\n");
}
vi is similar.
TERM is set to xterm-256colors (standard for KDE).
Best rega