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 unportably between Unixes:

eval $(resize)

-- Thomas Adam


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to