> Dennis Clarke wrote:
>>
>>> hello all,
>>> when i do a ssh connection on os2009.06, i lose the scrollbar if i use
>>> the program screen:
>>>
>>> 1. ssh os200906
>>> 2. echo $TERM
>>> 3. xterm
>>
>> This is the step where you lose me.
>>
>> You ssh into a remote host and THEN you run an X client called xterm?
>>
>> Are you doing ssh -X to that remote host ?
>>
>
> sorry for not being clear:
> 3. is the result of 2.
>
> 1. henry at ultra20:~$ ssh os200906
> 2. henry at ultra20:~$ echo $TERM
> 3. xterm
> 4. henry at ultra20:~$ screen
> 5. henry at ultra20:~$ echo $TERM
> 6. screen

ah ... okay.

Try this

run screen with options :

screen -a -s /usr/xpg4/bin/sh -t vt100 -T vt100

try that first and then feel free to change the shell to /bin/ksh93 or
whatever you like.

-- 
Dennis

Reply via email to