CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2021/08/27 11:25:55
Modified files: usr.bin/tmux : arguments.c client.c cmd-bind-key.c cmd-choose-tree.c cmd-command-prompt.c cmd-display-menu.c cmd-new-session.c cmd-new-window.c cmd-parse.y cmd-respawn-pane.c cmd-respawn-window.c cmd-split-window.c cmd.c key-bindings.c server-client.c tmux.h Log message: Replace %% in command lists (by copying them) for template arguments , this means they can be used with {} as well. Also make argument processing from an existing vector preserve commands. GitHub issue 2858.