CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2020/04/13 09:55:51

Modified files:
        usr.bin/tmux   : cfg.c cmd-command-prompt.c cmd-confirm-before.c 
                         cmd-display-panes.c cmd-if-shell.c 
                         cmd-new-session.c cmd-queue.c cmd.c control.c 
                         key-bindings.c menu.c mode-tree.c notify.c 
                         popup.c server-client.c tmux.h 

Log message:
When adding a list of commands to the queue, instead of automatically
creating a new state for each group of commands, require the caller to
create one and use it for all the commands in the list. This means the
current target works even with list with multiple groups (which can
happen if they are defined with newlines).

Reply via email to