Re: Run commands from .screenrc in reattach mode

2005-03-08 Thread Phil!Gregory
* izo <[EMAIL PROTECTED]> [2005-03-08 19:18 -0500]: > I have screen running in split mode with 4 windows. When i reattach > instead of having all 4 windows displayed in a split mode i'm getting > single window. Yes, that's a limitation of screen. There's a hack to preserve your splits, though:

Run commands from .screenrc in reattach mode

2005-03-08 Thread izo
Hi, I have screen running in split mode with 4 windows. When i reattach instead of having all 4 windows displayed in a split mode i'm getting single window. Is there a way of executing .screenrc in -x or -r mode ? If not is there a way of running "source" command automatically in -x or -r mode ? A