Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: a2b85069171413aa30c812d44bf8ee4d32a2f834
https://github.com/tmux/tmux/commit/a2b85069171413aa30c812d44bf8ee4d32a2f834
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-if-shell.c
M cmd-run-shell.c
M tmux.1
Log Message:
-----------
Set return code for confirm-before and make command-prompt also block,
GitHub issue 2822.
Commit: 2bb0b9d6c5edd7c4127c971f5ccebed969f86c1c
https://github.com/tmux/tmux/commit/2bb0b9d6c5edd7c4127c971f5ccebed969f86c1c
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M cmd-attach-session.c
M cmd-new-session.c
M cmd-switch-client.c
M input.c
M server-client.c
M server-fn.c
M session.c
M tmux.h
M tty-keys.c
M window.c
Log Message:
-----------
Change focus to be driven by events rather than walking all panes at end
of event loop, this way the ordering of in and out can be enforced.
GitHub issue 2808.
Commit: 13a0da205b8c24995de11776b93244e914e4694d
https://github.com/tmux/tmux/commit/13a0da205b8c24995de11776b93244e914e4694d
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
A tmux-protocol.h
M tmux.h
M tty-keys.c
Log Message:
-----------
Break message type stuff out into its own header.
Commit: 614611a8bd65e82efccdf44d4f9c23c0f35ed293
https://github.com/tmux/tmux/commit/614611a8bd65e82efccdf44d4f9c23c0f35ed293
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M cmd-display-menu.c
M popup.c
M tmux.1
M tmux.h
Log Message:
-----------
Add -B flag to remove border from popup.
Commit: 7789639b5d1818ebbac7bfab74959e4968d7cdf2
https://github.com/tmux/tmux/commit/7789639b5d1818ebbac7bfab74959e4968d7cdf2
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M cmd-display-panes.c
M menu.c
M popup.c
M screen-redraw.c
M server-client.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Add a menu when a popup is present (mouse only for now).
Commit: 92615b534a887980ac7b52ca8322b6947cd1a47d
https://github.com/tmux/tmux/commit/92615b534a887980ac7b52ca8322b6947cd1a47d
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M popup.c
Log Message:
-----------
Adjust overlay check callback before drawing data from pty.
Commit: 2588c3e52e24a8726ac3d1277ede6ddf07dd6257
https://github.com/tmux/tmux/commit/2588c3e52e24a8726ac3d1277ede6ddf07dd6257
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M job.c
M popup.c
M tmux.h
Log Message:
-----------
Add menu options to convert a popup into a pane.
Commit: 7a0cec5ecf0d0a89caaee4a16b629155efe23f22
https://github.com/tmux/tmux/commit/7a0cec5ecf0d0a89caaee4a16b629155efe23f22
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M job.c
M popup.c
M tmux.h
Log Message:
-----------
Fill in some other bits on new panes.
Commit: 63aa96864280ff07f706ebbae302b7c15abb964f
https://github.com/tmux/tmux/commit/63aa96864280ff07f706ebbae302b7c15abb964f
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M popup.c
Log Message:
-----------
Check callback needs to only return 0 (text should be suppressed) if
menu returns 0, otherwise it should check the popup also.
Commit: 7d7d7c960593de4c37962ca2d74dbd13e5a3cc2b
https://github.com/tmux/tmux/commit/7d7d7c960593de4c37962ca2d74dbd13e5a3cc2b
Author: nicm <nicm>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M popup.c
M tmux.h
Log Message:
-----------
Tweak how mouse works on popup: only Meta alone resizes or moves, not
Meta with other modifiers; button 2 on the left or top border opens
menu, right or bottom resizes; button 1 on any border moves.
Commit: 54773d23b5ceb779c524dcac6bf3b848886fb6d6
https://github.com/tmux/tmux/commit/54773d23b5ceb779c524dcac6bf3b848886fb6d6
Author: Thomas Adam <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M cmd-attach-session.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-display-menu.c
M cmd-display-panes.c
M cmd-if-shell.c
M cmd-new-session.c
M cmd-run-shell.c
M cmd-switch-client.c
M input.c
M job.c
M menu.c
M popup.c
M screen-redraw.c
M server-client.c
M server-fn.c
M session.c
A tmux-protocol.h
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 79f075bf1b994741e5834eeb8465d2b51007ad82
https://github.com/tmux/tmux/commit/79f075bf1b994741e5834eeb8465d2b51007ad82
Author: Thomas Adam <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M popup.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Compare: https://github.com/tmux/tmux/compare/4c07367bfe62...79f075bf1b99
--
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/4c0736-79f075%40github.com.