-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Connected mates cannot see or interact with tmux command line #41
Comments
Hurm. That's definitely a bug, but I don't have the time to deal with it right now. |
Thanks for your response! I also rolled back my tmux from version 1.9a to 1.8 and can confirm the issue is still present. |
Yeah, the command line ( |
any update on this? |
I have to finish my phd before I can work on tmate full time. |
Decoupling tmate and tmux seems beneficial to fix all sorts of issues, including this one. |
When a user connects to my machine with tmate and vice versa, the remote pair cannot see the tmux command line but the user on the host machine can.
Example:
Remote user attempts to close a tmux pane, they see the standard tmux bar at the bottom as though nothing happened. The user on the host machine sees the bar change to the tmux command line with familiar
kill-pane?
message. If the remote connected user typesy
they see it in the shell, if the local user typesy
it takes effect as an answer to the command prompt.This seems like my pair and I are doing something really silly, as this surely cannot be the behavior everyone else is experiencing, right?
Aside from this small quirk the ease of use of tmate blows my mind. Thanks for the amazing work!
The text was updated successfully, but these errors were encountered: