nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

interact_tmux.sh: Quote tmux commands #77

Closed nthallen closed 4 years ago

nthallen commented 4 years ago

This is necessary only for backwards compatibility for tmux 1.8 running on Ubuntu 14.04. The problem does not exist on Ubuntu 18.04 or cygwin.

Specifically tmux new-window -n ancillary-window command -with -args needs to become tmux new-window -n ancillary-window 'command -with -args' The same is true for split-window commands.

nthallen commented 4 years ago

This is in a different project