This is a real bug. When using Shift-F9 to broadcast a command to all splits/windows, dollar signs in the command are not properly escaped before being passed to `tmux send-keys`, causing shell variable expansion to fail silently.
The double-escape workaround (\\$x instead of $x) is functional but not acceptable as a permanent state. This needs a proper fix in the byobu send-to-all-panes path. It's confirmed and on my list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583382 Title: Dollar escaping issue with commands in all splits/windows To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bug/1583382/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
