Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: d73078838dc9cadb42e0f4762847806076684cc8 https://github.com/tmux/tmux/commit/d73078838dc9cadb42e0f4762847806076684cc8 Author: nicm <nicm> Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths: M screen-write.c M tty.c Log Message: ----------- For passthrough, don't write to clients attached to different sessions, based on a fix from Sergei Grechanik. Commit: c21af7e446beafd27a7a0384186bc480fd2e126d https://github.com/tmux/tmux/commit/c21af7e446beafd27a7a0384186bc480fd2e126d Author: nicm <nicm> Date: 2023-03-27 (Mon, 27 Mar 2023) Changed paths: M format.c M input.c M tmux.1 M tmux.h M window.c Log Message: ----------- Add a format to show if there are unseen changes while in a mode, from Dan Aloni in GitHub issue 3498. Commit: a2018b2c3ffd488824c599c340c2c67095f04919 https://github.com/tmux/tmux/commit/a2018b2c3ffd488824c599c340c2c67095f04919 Author: nicm <nicm> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M tmux.1 Log Message: ----------- Clarify text for new -A slightly, GitHub issue 3508. Commit: 280fe77eddc877f3d0a58ad3195a1e5856ac91c4 https://github.com/tmux/tmux/commit/280fe77eddc877f3d0a58ad3195a1e5856ac91c4 Author: nicm <nicm> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M tty-keys.c Log Message: ----------- Discard mouse sequences that have the right form but actually are invalid (for example have column zero rather than one). Commit: bcafe51378b1b16a9a9429d9ad074d5a5d700144 https://github.com/tmux/tmux/commit/bcafe51378b1b16a9a9429d9ad074d5a5d700144 Author: nicm <nicm> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M file.c Log Message: ----------- Make the check if printing is allowed the same as writing which is less confusing. Commit: 9f605178c375b3722408c241a93f6d18090eead1 https://github.com/tmux/tmux/commit/9f605178c375b3722408c241a93f6d18090eead1 Author: nicm <nicm> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M tmux.c Log Message: ----------- It seems silly to use progname for version, just always say tmux. Commit: 48eba4c195165fb0f51afeb8b1eb56739b31431d https://github.com/tmux/tmux/commit/48eba4c195165fb0f51afeb8b1eb56739b31431d Author: nicm <nicm> Date: 2023-04-17 (Mon, 17 Apr 2023) Changed paths: M status.c M tmux.h Log Message: ----------- Ignore the user keys range when checking if a key is Unicode. Commit: 551e0c36d95b1a9de1febf8f062fdc9d64b682df https://github.com/tmux/tmux/commit/551e0c36d95b1a9de1febf8f062fdc9d64b682df Author: nicm <nicm> Date: 2023-04-25 (Tue, 25 Apr 2023) Changed paths: M tty.c Log Message: ----------- Invalidate cached tty state after changing features since they may change what the terminal can do and need mouse sequences or similar to be sent again, GitHub issue 3513. Commit: 8f34504736cf3547992c4ba948c1e65f3813715c https://github.com/tmux/tmux/commit/8f34504736cf3547992c4ba948c1e65f3813715c Author: nicm <nicm> Date: 2023-04-25 (Tue, 25 Apr 2023) Changed paths: M tmux.h M tty-term.c M tty.c Log Message: ----------- Tidy tparm wrapper functions to have more obvious names and check tparm return value. Commit: 9d8131c190908bcbf19de55b377f587aa5cd4cdd https://github.com/tmux/tmux/commit/9d8131c190908bcbf19de55b377f587aa5cd4cdd Author: Thomas Adam <tho...@xteddy.org> Date: 2023-04-27 (Thu, 27 Apr 2023) Changed paths: M file.c M format.c M input.c M screen-write.c M status.c M tmux.1 M tmux.c M tmux.h M tty-keys.c M tty-term.c M tty.c M window.c Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/0ff991b25faf...9d8131c19090 -- 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/0ff991-9d8131%40github.com.