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

The latest tmux has deprecated -p option for split-window #7

Closed
liangkarl opened this issue May 23, 2023 · 3 comments
Closed

The latest tmux has deprecated -p option for split-window #7

liangkarl opened this issue May 23, 2023 · 3 comments

Comments

@liangkarl
Copy link

As title, it seems like -p is replaced by -l, so the tmex would fail to create new panes

$ tmux -V
tmux next-3.4
$ tmux split-window -p 34
size missing
@evnp
Copy link
Owner

evnp commented Jun 5, 2023

Thanks for the heads up @liangkarl. Unless I'm missing something, looks like we'll have to support both old and new versions with this change – otherwise we'd need specific versions of tmex compatible with corresponding versions of tmux, which seems nightmarish.. open to your thoughts on that though.

I put up #8 to address this, will merge and publish it tomorrow unless you have any feedback.

@evnp
Copy link
Owner

evnp commented Jun 7, 2023

https://github.com/evnp/tmex/releases/tag/v1.0.10 is available now, which should resolve this. Please let me know if you have any issues with it (feel free to reopen this).

@evnp evnp closed this as completed Jun 7, 2023
@liangkarl
Copy link
Author

Thanks a lot!

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