Drop support for popups where the content is provided directly to tmux
authornicm <nicm@openbsd.org>
Tue, 2 Mar 2021 10:56:45 +0000 (10:56 +0000)
committernicm <nicm@openbsd.org>
Tue, 2 Mar 2021 10:56:45 +0000 (10:56 +0000)
commit309e64039e3e18962adf4f1dc88c631caae428a2
tree797312e13a30f8f04701367458af6af6afdb847c
parent3426345d211be9d90bb8991ff6daa953ea3b752a
Drop support for popups where the content is provided directly to tmux
(which does not have many practical uses) and only support running a
program in the popup. display-popup is now simpler and can accept
multiple arguments to avoid escaping problems (like the other commands).
usr.bin/tmux/cmd-display-menu.c
usr.bin/tmux/cmd-if-shell.c
usr.bin/tmux/cmd-run-shell.c
usr.bin/tmux/format.c
usr.bin/tmux/job.c
usr.bin/tmux/popup.c
usr.bin/tmux/spawn.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/window-copy.c