Re: Create a new window in screen without disturbing other screen sessions

2007-11-07 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/7/07, abez wrote: > sub sys { > system(@_); > } My favorite part is where you spend 24 keystrokes to save yourself 15 keystrokes earlier in the script. Hehe... sorry, that deserved a bit of ribbing... - -- Andy Harrison public key:

Create a new window in screen without disturbing other screen sessions

2007-11-07 Thread abez
I found in screen that I had problems creating a new window because by sending the "screen" command I was telling the most active screen to switch to that window. So I found the "other" command to toggle back! So if we want to add a shell to a screen session and not disturb any open screen sessio