GNU Screen: Combining split-regions and full-screen sessions
- by scrrr
Let's say I have three sessions: 0, 1 and 2
I'm on session 0 and I press CTRL-A S to split the screen. Then I select session 1 for the bottom split region, while 0 is in the upper.
Can I switch to session 2 and have it display in full-screen while 0 and 1 remain split? If I CTRL-A n to other sessions in a split screen it only changes the split-region. I want some sessions to be full-screen though.
Is that possible?