Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: c7e61a01e53905b09ee423c93f29e13267d86f99 https://github.com/tmux/tmux/commit/c7e61a01e53905b09ee423c93f29e13267d86f99 Author: nicm <nicm> Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths: M format.c M key-string.c M menu.c M mode-tree.c M popup.c M screen-write.c M screen.c M status.c M tmux.1 M tmux.h M tty-features.c M tty-keys.c Log Message: ----------- Revamp extended keys support to more closely match xterm and support mode 2 as well as mode 1. From Stanislav Kljuhhin (GitHub issue 4038). This changes tmux to always request mode 2 from parent terminal, change to an unambiguous internal representation of keys, and adds an option (extended-keys-format) to control the format similar to the xterm(1) formatOtherKeys resource. Commit: 4fa90c9acf76c429ab3f2e0a4763c8dee71afb4e https://github.com/tmux/tmux/commit/4fa90c9acf76c429ab3f2e0a4763c8dee71afb4e Author: nicm <nicm> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M input.c M options-table.c Log Message: ----------- Set the default for extended-keys back to off because it appears emacs turns the keys on but does not correctly handle them except in xterm (!). Also fix so that off takes effect as expected. Commit: ceda0a68ae00489af2a303e2c7256c3c5033c712 https://github.com/tmux/tmux/commit/ceda0a68ae00489af2a303e2c7256c3c5033c712 Author: nicm <nicm> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M input-keys.c Log Message: ----------- C-Space and Meta keys should not be translated in mode 1 extended keys. Commit: 06292baadcc8747b9aee0bf1ea3960df84119b01 https://github.com/tmux/tmux/commit/06292baadcc8747b9aee0bf1ea3960df84119b01 Author: nicm <nicm> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M key-bindings.c M layout-set.c M status.c M tmux.1 Log Message: ----------- Add mirrored versions of the main-horizontal and main-vertical layouts where the main pane is bottom or right instead of top or left, from Sherwyn Sen. Commit: a6645c4de4f243bf457225b0373258dd1e6c0178 https://github.com/tmux/tmux/commit/a6645c4de4f243bf457225b0373258dd1e6c0178 Author: nicm <nicm> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M tmux.1 Log Message: ----------- Mention that load- and save-buffer can use stdin, from Ramon Fischer. Commit: 692bae9ea6a2ed1b06e8ce48c4be9aba67d1d9f4 https://github.com/tmux/tmux/commit/692bae9ea6a2ed1b06e8ce48c4be9aba67d1d9f4 Author: Thomas Adam <tho...@xteddy.org> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M format.c M input-keys.c M input.c M key-bindings.c M key-string.c M layout-set.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M screen.c M status.c M tmux.1 M tmux.h M tty-features.c M tty-keys.c Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/963e824f5f30...692bae9ea6a2 To unsubscribe from these emails, change your notification settings at https://github.com/tmux/tmux/settings/notifications -- 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/963e82-692bae%40github.com.