-
Notifications
You must be signed in to change notification settings - Fork 104
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
Allow empty window name #444
Conversation
@trankchung I am going to bed soon - I may not get to this until tomorrow |
Codecov Report
@@ Coverage Diff @@
## master #444 +/- ##
==========================================
+ Coverage 87.38% 87.44% +0.05%
==========================================
Files 20 20
Lines 1792 1800 +8
Branches 246 246
==========================================
+ Hits 1566 1574 +8
Misses 154 154
Partials 72 72
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@tony Would you review please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this by hand, this works well
Thank you @trankchung !
For the test, it's something on our side, I believe: #445. We're likely filtering out ''
as if the filter had no value.
I will create a new release now for libtmux and tmuxp so you can try
@trankchung v0.15.8 If you update libtmux by itself, tmuxp should work. You can verify libtmux version is 0.15.8 via (though its not pinned to 0.15.8 yet, doing that next) |
See also: - tmux-python/libtmux#444 - Fixes #822
@trankchung This fixed is pinned in tmuxp v1.16.1 |
Thanks @tony. I'm a long time tmuxinator user but I now prefer tmuxp more. |
@trankchung welcome to the fold |
No description provided.