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: Sun, 20 Dec 2009 23:36:00 -0500

On Mon, Dec 21, 2009 at 09:31:38AM +0530, J. Bakshi wrote:
> But #1 actually set the TERM environment in local box. Is not there any
> command option in screen to set TERM just for screen session and not
> globally ? I have tried with "screen -T xterm" but found the cursor is
> not working properly with vim; where setting TERM environment locally
> solved the issue. Any workaround with "screen -T" ?

>From the point of view of screen, these two things should be the same.

# first
$ export TERM=xterm
$ screen

# second
$ TERM=xterm screen

You could create an alias to screen that does the second thing.

-- Erik




reply via email to

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