Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: adb76fd1ce8753a958d4ffe14db724f9f4d674ea
https://github.com/tmux/tmux/commit/adb76fd1ce8753a958d4ffe14db724f9f4d674ea
Author: nicm <nicm>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M cmd-attach-session.c
M cmd-break-pane.c
M cmd-copy-mode.c
M cmd-display-menu.c
M cmd-find.c
M cmd-if-shell.c
M cmd-join-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-queue.c
M cmd-resize-pane.c
M cmd-rotate-window.c
M cmd-select-pane.c
M cmd-select-window.c
M cmd-send-keys.c
M cmd-split-window.c
M cmd-switch-client.c
M control.c
M format.c
M key-bindings.c
M menu.c
M popup.c
M server-client.c
M tmux.h
Log Message:
-----------
Move cmdq_state into cmd-queue.c.
Commit: 3f86d6d46014ca55e42cecd570d7f269b1d386b3
https://github.com/tmux/tmux/commit/3f86d6d46014ca55e42cecd570d7f269b1d386b3
Author: nicm <nicm>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M cfg.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-display-panes.c
M cmd-if-shell.c
M cmd-new-session.c
M cmd-queue.c
M cmd.c
M control.c
M key-bindings.c
M menu.c
M mode-tree.c
M notify.c
M popup.c
M server-client.c
M 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).
Commit: 34804f2709a16dca45dc072fb53d03f79db61e51
https://github.com/tmux/tmux/commit/34804f2709a16dca45dc072fb53d03f79db61e51
Author: nicm <nicm>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M cmd-parse.y
M cmd.c
M tmux.h
Log Message:
-----------
When parsing strings, put all commands in one group even if there are
newlines. This means that for example bind q { a \n b } and bind q "a ;
b" are the same. Also log commands in different groups separated by ;;
rather than ; (a command list like this should never be user visible).
Commit: acc00cd13a767067f85ed27d52ad543c9a58869c
https://github.com/tmux/tmux/commit/acc00cd13a767067f85ed27d52ad543c9a58869c
Author: Thomas Adam <[email protected]>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M cfg.c
M cmd-attach-session.c
M cmd-break-pane.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-copy-mode.c
M cmd-display-menu.c
M cmd-display-panes.c
M cmd-find.c
M cmd-if-shell.c
M cmd-join-pane.c
M cmd-new-session.c
M cmd-new-window.c
M cmd-parse.y
M cmd-queue.c
M cmd-resize-pane.c
M cmd-rotate-window.c
M cmd-select-pane.c
M cmd-select-window.c
M cmd-send-keys.c
M cmd-split-window.c
M cmd-switch-client.c
M cmd.c
M control.c
M format.c
M key-bindings.c
M menu.c
M mode-tree.c
M notify.c
M popup.c
M server-client.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/0a11f1607b9f...acc00cd13a76
--
You received this message because you are subscribed to the Google Groups
"tmux-git" 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-git/tmux/tmux/push/refs/heads/master/0a11f1-acc00c%40github.com.