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 [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users