-
Notifications
You must be signed in to change notification settings - Fork 256
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
-s and -d keys do not work #42
Comments
Hi there, I'm unable to reproduce this problem. -s and -d work correctly for me, both independently, as well as together, from within a byobu session, as well as from outside of it. |
I had exactly this problem in zsh on Arch linux. the fix mentioned above worked for me. |
having the same issue on Ubuntu 20.04.3 LTS |
Same on arch, with version 1.27-1 on the arch AUR repository |
Neither -s nor --splits works for me as well on Sparky Linux (Debian) or Proxmox console (as a test). |
Bug on line
hollywood/bin/hollywood
Line 78 in d201bdb
line 78: $tmux_launcher send-keys -t $PKG "$0 $1"
correctly: $tmux_launcher send-keys -t $PKG "$0 -s $SPLITS -d $DELAY"
The text was updated successfully, but these errors were encountered: