CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/03/02 03:56:45
Modified files:
usr.bin/tmux : cmd-display-menu.c cmd-if-shell.c
cmd-run-shell.c format.c job.c popup.c spawn.c
tmux.1 tmux.h window-copy.c
Log message:
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).