screen-users
[Top][All Lists]
Advanced

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

Re: Window resizing and F10 not working


From: Michael Schroeder
Subject: Re: Window resizing and F10 not working
Date: Fri, 12 Aug 2005 12:05:54 +0200
User-agent: Mutt/1.4.2.1i

On Thu, Aug 11, 2005 at 11:10:25AM -0700, Trebor Sreyb wrote:
> OK, my head is spinning like a top. There are two
> problems I'm having with screen:
> 
> 1. Cannot resize the window ("Your termcap does not
> specify how to change the terminal's width to 132")
> 
> 2. Function key F10 is not properly mapped.
> 
> I tried to tackle #1 first. I added this to the
> 'screen' definition in /etc/termcap:
> 
> :WS=\E[8;%d;%dt:
> 
> I also added these to /usr/local/etc/screenrc:
> termcap screen 'WS=\E[8;%d;%dt'
> terminfo screen 'WS=\E[8;%d;%dt'

I don't see how this can help. It's not the 'screen' termcap/info
entry that are missing the resize codes, but your terminal emulator's
entries. Try 'echo $TERM' before you start screen.

(And your terminfo entry is wrong, it should probably read
WS=\E[8;%p1%d;%p2%dt'. If the codes are always the same we wouldn't
need two different commands...)

Cheers,
  Michael.

-- 
Michael Schroeder           address@hidden
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}




reply via email to

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