-
Notifications
You must be signed in to change notification settings - Fork 232
Setting window_name: '' doesn't work #822
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
Labels
bug
Something isn't working
Comments
@trankchung Good catch I think this makes sense to do a PR for. Would you like to? |
@tony Here's the PR into libtmux that fixes this. |
tony
added a commit
to tmux-python/libtmux
that referenced
this issue
Oct 2, 2022
#445 will address and additional issue where formats of empty strings are potentially being filtered out as if they held no value. In re: tmux-python/tmuxp#822
tony
added a commit
to tmux-python/libtmux
that referenced
this issue
Oct 2, 2022
tony
added a commit
that referenced
this issue
Oct 2, 2022
@trankchung If you try tmuxp, v1.16.1, is anything different? |
tony
added a commit
that referenced
this issue
Oct 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step 1: Provide a summary of your problem
Setting
window_name: ''
doesn't make the window name empty.Step 2: Provide tmuxp details
tmuxp debug-info
Step 3: Describe the problem:
Setting
window_name: ''
should make the window name empty. I know this can be done by removing#W
from tmux but this should be supported. I have 9 windows that I use by indices only. I don't need the name of the window.Steps to reproduce:
Observed Results:
The window name automatically taken from the last command executed.
Expected Results:
The window name should be empty.
The text was updated successfully, but these errors were encountered: