Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: In comparison to tmux, entry on multiple clients/single session is inaccurate #27

Open
jaseg opened this issue Jan 7, 2016 · 1 comment

Comments

@jaseg
Copy link

jaseg commented Jan 7, 2016

Mostly FYI, but an update of the corresponding point in the README might be warranted.

When several clients are attached to the same session, each client can watch a different window. When clients are watching different windows, every client uses the full terminal size.

This is possible in tmux. You attach a second client via tmux new -t $sessionname instead of tmux attach -t $sessionname and set -g aggressive-resize on from your tmux config. This slightly differs in semantics from what is proposed in the README but works to the same effect.

@jonathanslenders
Copy link
Member

Thanks, I didn't know about this. I will rephrase it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants