zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

send-keys command does not behave the same as with tmux #34

Closed athal7 closed 10 years ago

athal7 commented 10 years ago

in tmux,

tmux send-keys -t 0:1.1 "foreman start" C-m

properly sends the foreman start command to the first pane of the first window of the tmux session named 0

in wemux,

wemux send-keys -t wemux:1.1 "foreman start" C-m

removes the space between "foreman" and "start", causing foremanstart to be sent to the first pane of the first window of the wemux session. This also occurs when "foreman start" is shellescaped.

athal7 commented 10 years ago

it appears that this issue occurs on the homebrew installed wemux, however, it does not occur when manually installing wemux per the instructions here: https://github.com/zolrath/wemux#manual-installation.

is the version installed from homebrew any different or out of date? if so, can that please be resolved?

zolrath commented 10 years ago

Submitted a new formula for Homebrew, hopefully they'll pull it soon and it'll point to the newest version! Thanks for narrowing it down to the version mismatch.

athal7 commented 10 years ago

thanks @zolrath!

Toys0125 commented 4 years ago

I'm still having the issue where the spaces get deleted https://i.imgur.com/lqe7vIb.png and i did a git clone.