A really great feature of the next release of screen, which I've been
waiting a REALLY LONG TIME for, is an enhancement to the -p option.
In the next release, you will be able to do "screen -X multiscreen -p
+" and it will create a new screen window in the specified session to
attach to. Ho
try screen -D -r
On 3/16/06, Jonathan del Strother <[EMAIL PROTECTED]> wrote:
> I'm trying to come up with a convenience-script to set up a Rails
> editing environment using screen. It looks something like this :
>
> #!/bin/sh
> cd /Users/jon/Developer/Rails
> screen -c /Users/jon/.screenrc_rail
I'm trying to come up with a convenience-script to set up a Rails
editing environment using screen. It looks something like this :
#!/bin/sh
cd /Users/jon/Developer/Rails
screen -c /Users/jon/.screenrc_rails
So, that just changes into my Rails directory, then launches screen
with the custom
Hi screen-users,
* Gregor Zattler <[EMAIL PROTECTED]> [16. Mär. 2006]:
> Torsten Scheck had the correct idea: Use
> "screen -x emacsserver -X detach" instead of "screen -d emacsserver".
>
> Now there is another but minor problem: Most times I use this
> script from within a screen window. In th
Hi screen-users,
* Gregor Zattler <[EMAIL PROTECTED]> [14. Mär. 2006]:
> Hi screen-users,
>
> via screen -x it is possible to attach several times from
> various displays to one single screen session. But how do I end
> one such connection to this screen session without detatching the
> other