Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: cd692b5a68be0eb95252380db97fbbec587d6350 https://github.com/tmux/tmux/commit/cd692b5a68be0eb95252380db97fbbec587d6350 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths: M Makefile M client.c M cmd-attach-session.c A cmd-server-access.c M cmd.c M proc.c M server.c M tmux.1 Log Message: ----------- Add an ACL list for users connecting to the tmux socket. Users may be forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually. From Dallas Lyons and others. Commit: 4ae2c646576cc4e9f91c730c80bf75fd5122e4b3 https://github.com/tmux/tmux/commit/4ae2c646576cc4e9f91c730c80bf75fd5122e4b3 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cmd-select-layout.c M layout-custom.c Log Message: ----------- Better error reporting when applying custom layouts. Commit: af611815ea70d687a15e20426ed1b88017d3d248 https://github.com/tmux/tmux/commit/af611815ea70d687a15e20426ed1b88017d3d248 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cmd-swap-pane.c Log Message: ----------- Emit window-layout-changed on swap-pane, from George Nachman. Commit: 0a8f356c7278dba34a526adea03561f2063df359 https://github.com/tmux/tmux/commit/0a8f356c7278dba34a526adea03561f2063df359 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cmd-command-prompt.c M cmd-refresh-client.c M format.c M log.c M notify.c M screen.c A server-acl.c M server-client.c M window-buffer.c M window-client.c M window-tree.c M window.c Log Message: ----------- Spacing/style nits. Commit: 20b0b38cf47112c0219b5bd041d61c5a28fae0fd https://github.com/tmux/tmux/commit/20b0b38cf47112c0219b5bd041d61c5a28fae0fd Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M tty-features.c Log Message: ----------- iTerm2 has OSC 7, from Gregory Anders. Commit: cd89000c1d75d0cfec28cf7e81b06f80a43ea093 https://github.com/tmux/tmux/commit/cd89000c1d75d0cfec28cf7e81b06f80a43ea093 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cfg.c M cmd-queue.c M cmd-run-shell.c M input.c M tmux.h M window-copy.c Log Message: ----------- Add a way for lines added to copy mode to be passed through the parser to handle escape sequences and use it for run-shell, GitHub issue 3156. Commit: 2b60ff588ebc26258848fa9d89a6e32e46eeba58 https://github.com/tmux/tmux/commit/2b60ff588ebc26258848fa9d89a6e32e46eeba58 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M input-keys.c M tmux.h M tty-keys.c Log Message: ----------- If a mouse position was above the maximum supported by the normal mouse protocol (223), tmux was allowing it to wrap around. However, since tmux was not correctly handling this on input, other programs also do not handle it correctly, and the alternative SGR mouse mode is now widespread, this seems unnecessary, so remove this feature. Also define some constants to make it clearer what the numbers mean. Mostly from Leonid S Usov in GitHub issue 3165. Commit: af1496b300cd755dcffd514ed0a329943f633cd4 https://github.com/tmux/tmux/commit/af1496b300cd755dcffd514ed0a329943f633cd4 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cmd-pipe-pane.c Log Message: ----------- Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. Commit: 006a529db11bb7050e0c925f7c76b2ff5023655a https://github.com/tmux/tmux/commit/006a529db11bb7050e0c925f7c76b2ff5023655a Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M arguments.c Log Message: ----------- Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. Commit: 384f0ee269a49b8a139f8090264420df3a93ff78 https://github.com/tmux/tmux/commit/384f0ee269a49b8a139f8090264420df3a93ff78 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M cmd-server-access.c M tmux.1 Log Message: ----------- Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. Commit: 6a5d210e558ffe9d8ec9b84f06da07e69629db7b https://github.com/tmux/tmux/commit/6a5d210e558ffe9d8ec9b84f06da07e69629db7b Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M spawn.c Log Message: ----------- Set PWD so shells have a hint about the real path (this was done before but lost in a merge). GitHub issue 3186. Commit: 2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5 https://github.com/tmux/tmux/commit/2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M format.c M tmux.1 Log Message: ----------- Add pane_start_path to match start_command. Commit: 58c8ea120943232887b2d4be53b77009c504af06 https://github.com/tmux/tmux/commit/58c8ea120943232887b2d4be53b77009c504af06 Author: nicm <nicm> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: M status.c Log Message: ----------- Remove duplicates from completion list, GitHub issue 3178. Commit: af596c0828ae876852943799eb35e4e36fd28194 https://github.com/tmux/tmux/commit/af596c0828ae876852943799eb35e4e36fd28194 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-05-30 (Mon, 30 May 2022) Changed paths: Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/bf33e807b60c...af596c0828ae -- 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 tmux-git+unsubscr...@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/bf33e8-af596c%40github.com.