If in bourne, set your TERM enviornment.
TERM=vt100;export TERM
C shell (csh, tcsh, etc)
setenv TERM=vt100
I usually jump to bourne whenever I need to do anything out of the ordinary.
This should work for just about all platforms, since they all understand
vt100. With HP, you might want "hpterm" in place of vt100.
-krp
Quote:> What terminal settings should I use for vi ?
> When I work on a remote machine and use vi the text file
> I edit is not correctly displayed. The lines start at the
> end of my terminal, basides that, the first line that is
> shown is line 25 or so.
> Anybody have any idea how to fix this ?