
Craig Sanders <cas@taz.net.au> writes:
On Mon, Apr 13, 2015 at 10:26:22AM +0000, Brian May wrote:
On Mon, 13 Apr 2015 19:33 Craig Sanders <cas@taz.net.au> wrote:
so xterm supports multiple tabs now?
With screen or tmux (preferred) it does :-)
no, it doesnt. they're not the same thing, not even similar.
i run screen inside tabbed termninals, usually over ssh with one tab per remote host. one of the things i use screen for is so that i can attach to my screen sessions from whatever machine i happen to be physically at - including my desktop
Uh, you just nest screen sessions. The outer one is local, the inner ones are on the far end of SSHs. If you have :caption always or :hardstatus alwayslastline, the window titles are effectively tabs. You can't "click" on them, but you can ^A1 or ^A' or ^A" to jump to a specific one by number or name, or ^A^A/^ASPC/^A^H to jump around. If you're only using screen as dtach, you're missing most of its functionality.