screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: terminal capability problem when login therough screen


From: Erik Osheim
Subject: Re: terminal capability problem when login therough screen
Date: Fri, 18 Dec 2009 13:22:12 -0500

On Fri, Dec 18, 2009 at 12:38:58PM -0500, Pia Mikeal wrote:
> I usually just put something like the following in my .profile on remote 
> servers
>
> export TERM=vt100

Alternately you can do this:

    (within screen on local box)
    address@hidden terminfo > SOMEFILE
    address@hidden scp SOMEFILE address@hidden:
    
    (then on remote)
    address@hidden tic SOMEFILE

This will copy the terminal definition your local box is using onto the
server. If you only have a small number of servers I like this
approach--if you have tons it can be tedious to make sure they all have
the corect TERM setting and I might be more tempted to do something
like what Pia suggests.

-- Erik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]