-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plugin shouldn't try to update DISPLAY in terminals with commands running #6
Comments
It shouldn't happen when the current process is not bash/zsh/vim. What process are you running and what's the output of tmux list-panes -s -F "#{session_name}:#{window_index}.#{pane_index} #{pane_current_command}" when you are running the process? |
The problem appears to be that I'm running a bash script:
pane 0:1.1 is running a script which has |
Do you have any ideas about how to fix this? I thought of a possible solution: using |
I went looking and here's how I think I would do it.
This I don't think will work for the following situations
But I think this is at least more reliable. |
I reattached to a terminal running a long-running process:
Probably shouldn't happen. Not sure if tmux can wait?
The text was updated successfully, but these errors were encountered: