Screen 4.0.3 @ GNU FTP (existing release)

2008-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FYI, the 4.0.3 sources are now also available at ftp.gnu.org, in addition to the uni-erlangen.de site. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. GNU Maintainer: wget, screen, teseq http://micah.cowan.name/ -BEGIN PGP

Re: Getting screen size into the env?

2008-08-07 Thread Mark Eichin
"Thomas Adam" <[EMAIL PROTECTED]> writes: > 2008/8/7 Micah Cowan <[EMAIL PROTECTED]>: >> However, if you use bash, it will set _shell_ variables, COLUMNS and >> LINES, automatically. This isn't something that screen does, but bash. >> Bash does _not_ export these by default, however; you'll need t

Re: Getting screen size into the env?

2008-08-07 Thread Thomas Adam
2008/8/7 Micah Cowan <[EMAIL PROTECTED]>: > However, if you use bash, it will set _shell_ variables, COLUMNS and > LINES, automatically. This isn't something that screen does, but bash. > Bash does _not_ export these by default, however; you'll need to do > > $ export COLUMNS LINES Rather unporta