Re: How to stop screen from resizing my window??

2007-12-06 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 12/3/07, Philip Hallstrom  wrote:
 Hi all -

 I connect to a FreeBSD server from OSX (via iTerm).  I then start up
 screen.

 And it resizes my windows to 80 characters wide.  This doesn't happen on
 linux.

It's more likely that it's an issue with iTerm. Screen can resize
dynamically if the term program works correctly.

That said, screen and the relationship to the termcap is always a
royal pain.  I use tcsh and I always throw something in my .tcshrc to
detect for the TERM environment variable value for screen and blow
away TERMCAP if it finds it.

 if ($term == screen) then
unsetenv TERMCAP
 endif

Syntax will be different for other shells.

- --
Andy Harrison
public key: 0x67518262
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHWC5bNTm8fWdRgmIRArQ0AJ4ugxEkyarWyA+lxbHmHz6ZI4hFcwCeJ3yT
SBWUaohWiTdTOMrebgtWP+M=
=P/Ve
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to stop screen from resizing my window??

2007-12-06 Thread Erwan David
Le Thu  6/12/2007, Andy Harrison disait
 
 
 On 12/3/07, Philip Hallstrom  wrote:
  Hi all -
 
  I connect to a FreeBSD server from OSX (via iTerm).  I then start up
  screen.
 
  And it resizes my windows to 80 characters wide.  This doesn't happen on
  linux.
 
 It's more likely that it's an issue with iTerm. Screen can resize
 dynamically if the term program works correctly.

Yes, but screen should NOT resize when given the -A option or with fit
in the .screenrc

-- 
Erwan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to stop screen from resizing my window??

2007-12-03 Thread Philip Hallstrom

Hi all -

I connect to a FreeBSD server from OSX (via iTerm).  I then start up 
screen.


And it resizes my windows to 80 characters wide.  This doesn't happen on 
linux.


My understanding is this has something to do with the termcap entry and 
'WS', but as far as I can tell that isn't being set anywhere.


Also the -A option to screen doesn't seem to do anything either.

Anyone have any ideas?  Googling for screen resize window doesn't get me 
very far :(


-philip
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to stop screen from resizing my window??

2007-12-03 Thread Philip Hallstrom

I connect to a FreeBSD server from OSX (via iTerm).  I then start up
screen.

And it resizes my windows to 80 characters wide.  This doesn't happen on
linux.

My understanding is this has something to do with the termcap entry and
'WS', but as far as I can tell that isn't being set anywhere.

Also the -A option to screen doesn't seem to do anything either.

Anyone have any ideas?  Googling for screen resize window doesn't get me
very far :(


In iTerm, select Bookmarks  Manage Profiles.  In the Terminal Profile you 
are using to connect, check the Disable session-initiated window resizing 
checkbox.


Woot!  I would never have thought to look there... you've made my day. 
Thanks Jim!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to stop screen from resizing my window??

2007-12-03 Thread Jim Riggs

I connect to a FreeBSD server from OSX (via iTerm).  I then start up
screen.

And it resizes my windows to 80 characters wide.  This doesn't  
happen on

linux.

My understanding is this has something to do with the termcap entry  
and

'WS', but as far as I can tell that isn't being set anywhere.

Also the -A option to screen doesn't seem to do anything either.

Anyone have any ideas?  Googling for screen resize window doesn't  
get me

very far :(


In iTerm, select Bookmarks  Manage Profiles.  In the Terminal Profile  
you are using to connect, check the Disable session-initiated window  
resizing checkbox.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to stop screen from resizing my window??

2007-12-03 Thread Erwan David
Le Mon  3/12/2007, Jim Riggs disait
 I connect to a FreeBSD server from OSX (via iTerm).  I then start up
 screen.

 And it resizes my windows to 80 characters wide.  This doesn't happen on
 linux.

 My understanding is this has something to do with the termcap entry and
 'WS', but as far as I can tell that isn't being set anywhere.

 Also the -A option to screen doesn't seem to do anything either.

 Anyone have any ideas?  Googling for screen resize window doesn't get me
 very far :(

 In iTerm, select Bookmarks  Manage Profiles.  In the Terminal Profile you 
 are using to connect, check the Disable session-initiated window resizing 
 checkbox.

Thanks, I just had the same problem.

-- 
Erwan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]