1833694 Members
3400 Online
110062 Solutions
New Discussion

TERM problem

 
SOLVED
Go to solution
kholikt
Super Advisor

TERM problem

I have set the TERM to vt100 but if I login remotely I always get the screen cut off in half especially using vi editor and more
abc
7 REPLIES 7
RAC_1
Honored Contributor

Re: TERM problem

How do you login remotely?

After login do
echo $TERM. What this says?
There is no substitute to HARDWORK
T G Manikandan
Honored Contributor
Solution

Re: TERM problem

Set the TERM variable to the type of terminal you are using on the remote machine.

WHat is the terminal you are working on the remote machine
kholikt
Super Advisor

Re: TERM problem

echo $TERM shows vt100. I login using telnet from a unix host
abc
Michael Tully
Honored Contributor

Re: TERM problem

Depending on your terminal emulator, you might try a different terminal type. Try 'hp' '70096' or 'hpterm'
Anyone for a Mutiny ?
RAC_1
Honored Contributor

Re: TERM problem

what ttytype -s says.

(this will set your terminal to appropriate values)

man ttytype for details.
There is no substitute to HARDWORK
T G Manikandan
Honored Contributor

Re: TERM problem

What is that unix host?
Is that sun machine?
What is the output of ttytype.
Are you working from openwindows.


REvert
Kevin_122
New Member

Re: TERM problem

use the command "resize" (you can also type "clear" to clear the screen and go to the top of the screen)