We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ xpanes -V; tmux -V xpanes 2.0.2 tmux 2.2
$ xpanes '%d' '%s'
expected: 2panes actual: 3panes
It seems that this is caused by perl. printf method in perl interprets such the query.
perl
printf
The text was updated successfully, but these errors were encountered:
In addition, some tmux version cannot recognize window name which includes %.
%
root@6e9ece0ec585:/work# tmux new-window -n %s-3087 -d root@6e9ece0ec585:/work# tmux split-window -t %s-3087 -h can't find pane %s-3087
Sorry, something went wrong.
Fixed with v2.1.0.
No branches or pull requests
expected: 2panes
actual: 3panes
It seems that this is caused by
perl
.printf
method inperl
interprets such the query.The text was updated successfully, but these errors were encountered: