Hi all

I have released a fourth 3.2 release candidate:

    https://github.com/tmux/tmux/releases/download/3.2-rc/tmux-3.2-rc4.tar.gz
  
    https://raw.githubusercontent.com/tmux/tmux/3.2-rc/CHANGES

Anyone using popups in previous release candidates should note that they
have changed so that running a shell command is required, and the syntax
of the display-popup command has been simplified and brought into line
with other commands like new-window and split-window. Now, instead of:

    tmux popup -KER "emacs /tmp"

You can do either of:

    tmux popup -E "emacs /tmp"
    tmux popup -E -- emacs /tmp

Please let me know of any problems either by email or by opening an
issue on GitHub.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-users/20210302122023.7cwstrafpj4uwm7d%40yelena.

Reply via email to