Re: Getting screen size into the env?

2008-08-06 Thread Aaron Davies
On Thu, Aug 7, 2008 at 2:14 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > Aaron Davies wrote: >> How do I get the screen size env vars set properly? Screen appears to >> be populating TERMCAP for me (correctly), as it's not defined when >> outside of screen, but does exist inside. > > There's nothin

Re: Getting screen size into the env?

2008-08-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Davies wrote: > How do I get the screen size env vars set properly? Screen appears to > be populating TERMCAP for me (correctly), as it's not defined when > outside of screen, but does exist inside. There's nothing that ever sets env vars to the

Getting screen size into the env?

2008-08-06 Thread Aaron Davies
How do I get the screen size env vars set properly? Screen appears to be populating TERMCAP for me (correctly), as it's not defined when outside of screen, but does exist inside. $ echo $TERMCAP|tr : \\n|egrep li\|co li#62 co#158 $ env|grep 62\|158 $ echo $? 1 I'm running screen under cygwin, usi