Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: 3b3f42053a5f11af5285392a5a072facbc16f4a9 https://github.com/tmux/tmux/commit/3b3f42053a5f11af5285392a5a072facbc16f4a9 Author: nicm <nicm> Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths: M arguments.c M cmd-find-window.c M cmd-send-keys.c M tmux.1 M tmux.h Log Message: ----------- Add send-keys -K to handle keys directly as if typed (so look up in key table). GitHub issue 3361. Commit: 8bd17bff49888d11f9cb19955e778bdcbc4eeea6 https://github.com/tmux/tmux/commit/8bd17bff49888d11f9cb19955e778bdcbc4eeea6 Author: nicm <nicm> Date: 2022-12-16 (Fri, 16 Dec 2022) Changed paths: M screen-write.c M utf8.c Log Message: ----------- Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub issue 3409. Commit: 7cb48fc40b178d0b7bf281dee6799fa0e3745c70 https://github.com/tmux/tmux/commit/7cb48fc40b178d0b7bf281dee6799fa0e3745c70 Author: nicm <nicm> Date: 2022-12-16 (Fri, 16 Dec 2022) Changed paths: M cmd-queue.c Log Message: ----------- Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. Commit: 4d79d463ef73fece1e3ab2d03b0076df5af9dc2f https://github.com/tmux/tmux/commit/4d79d463ef73fece1e3ab2d03b0076df5af9dc2f Author: nicm <nicm> Date: 2022-12-19 (Mon, 19 Dec 2022) Changed paths: M cmd-send-keys.c Log Message: ----------- Allow send-keys without a client again, reported by Stefan Hagen. Commit: b5ab4d2c13277e749c96920d4b1b09f2acc73390 https://github.com/tmux/tmux/commit/b5ab4d2c13277e749c96920d4b1b09f2acc73390 Author: kn <kn> Date: 2022-12-22 (Thu, 22 Dec 2022) Changed paths: M tmux.1 Log Message: ----------- Denote multiple arguments with 'arg ...' not 'args' A few programs used the plural in their synopsis which doesn't read as clear as the obvious triple-dot notation. mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent use of 'arg ...' matches that behaviour. Cleanup a few markups of the same argument so the text keeps reading naturally; omit unhelpful parts like 'if optional arguments are given, they are passed along' for tools like time(1) and timeout(1) that obviously execute commands with whatever arguments where given -- just like doas(1) which doesn't mention arguments in its DESCRIPTION in the first place. For expr(1) the difference between 'expressions' and 'expression ...' is crucial, as arguments must be passed as individual words. Feedback millert jmc schwarze deraadt OK jmc Commit: 3fe01ff09c2fe8629ebd5b0f2c2ce3aa5fa33c14 https://github.com/tmux/tmux/commit/3fe01ff09c2fe8629ebd5b0f2c2ce3aa5fa33c14 Author: jmc <jmc> Date: 2022-12-26 (Mon, 26 Dec 2022) Changed paths: M tmux.h Log Message: ----------- spelling fixes; from paul tagliamonte amendments to his diff are noted on tech Commit: a41a92744188ec5c8a8d4ddc100ec15b52d04603 https://github.com/tmux/tmux/commit/a41a92744188ec5c8a8d4ddc100ec15b52d04603 Author: nicm <nicm> Date: 2023-01-03 (Tue, 03 Jan 2023) Changed paths: M cmd-queue.c M colour.c M input.c M tmux.h M tty-keys.c M tty.c Log Message: ----------- Query the client terminal for foreground and background colours and if OSC 10 or 11 is received but no colour has been set inside tmux, return the colour from the first attached client (probably most people will have all light or or all dark terminals). Commit: 09afc6c8ee971918d925c441c41a9de7f598efb7 https://github.com/tmux/tmux/commit/09afc6c8ee971918d925c441c41a9de7f598efb7 Author: nicm <nicm> Date: 2023-01-06 (Fri, 06 Jan 2023) Changed paths: M client.c M file.c M tmux-protocol.h M tmux.h M window.c Log Message: ----------- If a pane is killed, cancel reading from the file. GitHub issue 3422. Commit: 21e00e46359478f95c15f1672e5796e86eb0f529 https://github.com/tmux/tmux/commit/21e00e46359478f95c15f1672e5796e86eb0f529 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-06 (Fri, 06 Jan 2023) Changed paths: M arguments.c M client.c M cmd-find-window.c M cmd-queue.c M cmd-send-keys.c M colour.c M file.c M input.c M screen-write.c M tmux-protocol.h M tmux.1 M tmux.h M tty-keys.c M tty.c M utf8.c M window.c Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/70ff8cfe1e06...21e00e463594 -- 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/70ff8c-21e00e%40github.com.