spudlyo / clipetty

Manipulate the system (clip)board with (e)macs from a (tty)
GNU General Public License v3.0
167 stars 13 forks source link

[BUG] tmux showenv needs `-g` in tmux version 3.3a #26

Open ztlevi opened 1 year ago

ztlevi commented 1 year ago

Describe the bug Recently, I updated my tmux to 3.3a which is the latest version from homebrew. It causes tmux showenv SSH_TTY prints nothing. I need to add -g in order to print SSH_TTY env properly.

To Reproduce Steps to reproduce the behavior:

Expected behavior As tmux updated it's shownenv command, we should add -g for tmux version > 3.3a

System Info (please complete the following information):

Additional context Add any other context about the problem here.

ztlevi commented 1 year ago

Actually this is might be a false alarm. I remove the -p and clipetty still work. But the tmux showenv SSH_TTY doesn't print anything.