Branch: refs/heads/sixel Home: https://github.com/tmux/tmux Commit: 079f48e8a6131b2ef46b370c0905252d29d9d815 https://github.com/tmux/tmux/commit/079f48e8a6131b2ef46b370c0905252d29d9d815 Author: nicm <nicm> Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths: M tmux.1 Log Message: ----------- Document alternative delimiters for substitution, from Jim Wisniewski. Commit: fe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c https://github.com/tmux/tmux/commit/fe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c Author: nicm <nicm> Date: 2022-11-11 (Fri, 11 Nov 2022) Changed paths: M input.c M tmux.1 M tmux.h M tty-features.c M tty-keys.c M tty-term.c M tty.c Log Message: ----------- Parse primary device attributes as well as secondary and add a SIXEL flag (not used yet), from Anindya Mukherjee. Commit: 20da16737715a183a019f1072735614615b5fd1c https://github.com/tmux/tmux/commit/20da16737715a183a019f1072735614615b5fd1c Author: nicm <nicm> Date: 2022-11-11 (Fri, 11 Nov 2022) Changed paths: M tty-features.c M tty-keys.c M tty-term.c Log Message: ----------- Tweak previous to set and log the feature instead of just setting the flag. Commit: e46d0632a5ed8e9fbc90ae49039e84450fba4925 https://github.com/tmux/tmux/commit/e46d0632a5ed8e9fbc90ae49039e84450fba4925 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2022-11-11 (Fri, 11 Nov 2022) Changed paths: A regress/input-keys.sh A regress/tty-keys.sh Log Message: ----------- Add key regression tests from Aaron Jensen. Commit: 1536b7e206e51488c37379df22b8c58ef3febc28 https://github.com/tmux/tmux/commit/1536b7e206e51488c37379df22b8c58ef3febc28 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-11-11 (Fri, 11 Nov 2022) Changed paths: M input.c M tmux.1 M tmux.h M tty-features.c M tty-keys.c M tty-term.c M tty.c Log Message: ----------- Merge branch 'obsd-master' Commit: 7e497c7f2303b29b0f44fe360a78c44ca86b87f9 https://github.com/tmux/tmux/commit/7e497c7f2303b29b0f44fe360a78c44ca86b87f9 Author: nicm <nicm> Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M cmd-queue.c M cmd-save-buffer.c M tmux.h Log Message: ----------- Process escape sequences in show-buffer, GitHub issue 3401. Commit: 6249a4b8666d02e384d48df8516cc9261aa3b3ad https://github.com/tmux/tmux/commit/6249a4b8666d02e384d48df8516cc9261aa3b3ad Author: Thomas Adam <tho...@xteddy.org> Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M cmd-queue.c M cmd-save-buffer.c M tmux.h Log Message: ----------- Merge branch 'obsd-master' Commit: 70ff8cfe1e06987501a55a32df31d1f69acd2f99 https://github.com/tmux/tmux/commit/70ff8cfe1e06987501a55a32df31d1f69acd2f99 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M cmd-queue.c Log Message: ----------- No vis.h in portable. 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' Commit: 093fb53773ee9b8bd1130e667464cd1f99a16807 https://github.com/tmux/tmux/commit/093fb53773ee9b8bd1130e667464cd1f99a16807 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2023-01-06 (Fri, 06 Jan 2023) Changed paths: M utf8.c Log Message: ----------- Missing #endif. Commit: cb51942669cef089b46cd2b6cdbd62405000c0e7 https://github.com/tmux/tmux/commit/cb51942669cef089b46cd2b6cdbd62405000c0e7 Author: nicm <nicm> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M tmux.1 Log Message: ----------- Quotes are now required in select-layout example. Commit: 7ced0a03d2ff51274d5fa5fb6eeaa6f4aac9f2f4 https://github.com/tmux/tmux/commit/7ced0a03d2ff51274d5fa5fb6eeaa6f4aac9f2f4 Author: nicm <nicm> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M utf8.c Log Message: ----------- Restore code to handle wcwidth failure so that unknown codepoints still do the most likely right thing. GitHub issue 3427, patch based on an diff from Jesse Luehrs in GitHub issue 3003. Commit: 2a32565e0c882c9e78ef9c7d52476c3574331f62 https://github.com/tmux/tmux/commit/2a32565e0c882c9e78ef9c7d52476c3574331f62 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M utf8.c Log Message: ----------- Restore code to handle wcwidth failure so that unknown codepoints still do the most likely right thing. GitHub issue 3427, patch based on an diff from Jesse Luehrs in GitHub issue 3003. Commit: 7c0789d2d2721b70e04fe6a589f644797d2b5e1f https://github.com/tmux/tmux/commit/7c0789d2d2721b70e04fe6a589f644797d2b5e1f Author: nicm <nicm> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M window.c Log Message: ----------- Have client return 1 if process is interrupted to an input pane. Commit: 5086377f30aabcd45f44359b8118ffeeb89da5cb https://github.com/tmux/tmux/commit/5086377f30aabcd45f44359b8118ffeeb89da5cb Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M tmux.1 M utf8.c M window.c Log Message: ----------- Merge branch 'obsd-master' Commit: 153ae758c92207d34d4fe6f41779cf1ce3213d59 https://github.com/tmux/tmux/commit/153ae758c92207d34d4fe6f41779cf1ce3213d59 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M utf8.c Log Message: ----------- portable: fixup merge with utf8.c Commit: 565de3f54b37a955c15ae26db40aaaa76f71d02e https://github.com/tmux/tmux/commit/565de3f54b37a955c15ae26db40aaaa76f71d02e Author: nicm <nicm> Date: 2023-01-08 (Sun, 08 Jan 2023) Changed paths: M arguments.c Log Message: ----------- Fix parsing of optional arguments so that and accept a - starting an argument. Commit: c1a30ed9950fa3ca0d8cbff46c1334d420e9bf1c https://github.com/tmux/tmux/commit/c1a30ed9950fa3ca0d8cbff46c1334d420e9bf1c Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-09 (Mon, 09 Jan 2023) Changed paths: M arguments.c Log Message: ----------- Merge branch 'obsd-master' Commit: c0031f8b8581f7fc2d75cabade596be68f85aa81 https://github.com/tmux/tmux/commit/c0031f8b8581f7fc2d75cabade596be68f85aa81 Author: nicm <nicm> Date: 2023-01-09 (Mon, 09 Jan 2023) Changed paths: M tty-keys.c Log Message: ----------- Accept \007 as terminator to OSC 10 or 11. Commit: 90512202434daa0c1c7d2d2d7fffd4f58ea7ab77 https://github.com/tmux/tmux/commit/90512202434daa0c1c7d2d2d7fffd4f58ea7ab77 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-09 (Mon, 09 Jan 2023) Changed paths: M tty-keys.c Log Message: ----------- Merge branch 'obsd-master' Commit: b41892622de3a2383ff5b419364530f08223558e https://github.com/tmux/tmux/commit/b41892622de3a2383ff5b419364530f08223558e Author: nicm <nicm> Date: 2023-01-09 (Mon, 09 Jan 2023) Changed paths: M tty-keys.c Log Message: ----------- Fix behaviour with \007 (used the wrong tree for last change). Commit: 9b1ea8b16d53a73c1dcd0ca020a45e9d1dd08ac6 https://github.com/tmux/tmux/commit/9b1ea8b16d53a73c1dcd0ca020a45e9d1dd08ac6 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-09 (Mon, 09 Jan 2023) Changed paths: M tty-keys.c Log Message: ----------- Merge branch 'obsd-master' Commit: 483cc77c1cbc6898fef143c8100945139c14a92c https://github.com/tmux/tmux/commit/483cc77c1cbc6898fef143c8100945139c14a92c Author: nicm <nicm> Date: 2023-01-12 (Thu, 12 Jan 2023) Changed paths: M input-keys.c M server-client.c M tmux.h M tty.c Log Message: ----------- Have tmux recognise pasted texts wrapped in bracket paste sequences, rather than only forwarding them to the program inside. From Andrew Onyshchuk in GitHub issue 3431. Commit: 42895efac3f19bc61dcfbe094d434256f02306b8 https://github.com/tmux/tmux/commit/42895efac3f19bc61dcfbe094d434256f02306b8 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-12 (Thu, 12 Jan 2023) Changed paths: M input-keys.c M server-client.c M tmux.h M tty.c Log Message: ----------- Merge branch 'obsd-master' Commit: eb1f8d70a7d1fe4b0fe604d5a36fcbc2babef249 https://github.com/tmux/tmux/commit/eb1f8d70a7d1fe4b0fe604d5a36fcbc2babef249 Author: nicm <nicm> Date: 2023-01-16 (Mon, 16 Jan 2023) Changed paths: M cmd-send-keys.c M key-string.c M server-client.c M tmux.h Log Message: ----------- Mark keys sent by command and skip paste handling for them. Commit: 789cb91f311c1030f20d0b711793e0a9bdacba7a https://github.com/tmux/tmux/commit/789cb91f311c1030f20d0b711793e0a9bdacba7a Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-16 (Mon, 16 Jan 2023) Changed paths: M cmd-send-keys.c M key-string.c M server-client.c M tmux.h Log Message: ----------- Merge branch 'obsd-master' Commit: d578cf8d3fa1e42ab14b9ec9499f31c6b9c6f384 https://github.com/tmux/tmux/commit/d578cf8d3fa1e42ab14b9ec9499f31c6b9c6f384 Author: nicm <nicm> Date: 2023-01-17 (Tue, 17 Jan 2023) Changed paths: M cmd-break-pane.c M cmd-join-pane.c M cmd-swap-pane.c Log Message: ----------- Update palette when moving a pane, GitHub issue 3437. Commit: f416ae1c12eaf6f3fde85e87e8a296f3424e7428 https://github.com/tmux/tmux/commit/f416ae1c12eaf6f3fde85e87e8a296f3424e7428 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-17 (Tue, 17 Jan 2023) Changed paths: M cmd-break-pane.c M cmd-join-pane.c M cmd-swap-pane.c Log Message: ----------- Merge branch 'obsd-master' Commit: 9789ea3fb4b3215e48b3f0024e2c21c50f95edec https://github.com/tmux/tmux/commit/9789ea3fb4b3215e48b3f0024e2c21c50f95edec Author: nicm <nicm> Date: 2023-01-17 (Tue, 17 Jan 2023) Changed paths: M cmd-list-keys.c Log Message: ----------- Support -1 without -N for list-keys. Commit: c4a6f403bb9d7c24c291f01dee9572bb4b784096 https://github.com/tmux/tmux/commit/c4a6f403bb9d7c24c291f01dee9572bb4b784096 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-17 (Tue, 17 Jan 2023) Changed paths: M cmd-list-keys.c Log Message: ----------- Merge branch 'obsd-master' Commit: 3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 https://github.com/tmux/tmux/commit/3aa458ea6398b0de37c3e146304bd2a4e17ea3c0 Author: nicm <nicm> Date: 2023-01-20 (Fri, 20 Jan 2023) Changed paths: M cmd-display-menu.c M menu.c M mode-tree.c M popup.c M status.c M tmux.1 M tmux.h Log Message: ----------- Add a flag to display-menu to select the manu item chosen first, GitHub issue 3442. Commit: c42087c789ac514efb8cfcc41b0f51dfe16702ee https://github.com/tmux/tmux/commit/c42087c789ac514efb8cfcc41b0f51dfe16702ee Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-21 (Sat, 21 Jan 2023) Changed paths: M cmd-display-menu.c M menu.c M mode-tree.c M popup.c M status.c M tmux.1 M tmux.h Log Message: ----------- Merge branch 'obsd-master' Commit: e7e112fbd0263bb8661d0cf931d66c1b57e7fd3b https://github.com/tmux/tmux/commit/e7e112fbd0263bb8661d0cf931d66c1b57e7fd3b Author: nicm <nicm> Date: 2023-01-23 (Mon, 23 Jan 2023) Changed paths: M tmux.1 Log Message: ----------- Too many \s in example, GitHub issue 3445. Commit: f5af3cfb211c12897b15e3b5a3b29c4bbb0493a8 https://github.com/tmux/tmux/commit/f5af3cfb211c12897b15e3b5a3b29c4bbb0493a8 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-01-23 (Mon, 23 Jan 2023) Changed paths: M tmux.1 Log Message: ----------- Merge branch 'obsd-master' Commit: 993e7a937fc416c17d96b455cce14b4db561d744 https://github.com/tmux/tmux/commit/993e7a937fc416c17d96b455cce14b4db561d744 Author: nicm <nicm> Date: 2023-02-02 (Thu, 02 Feb 2023) Changed paths: M key-bindings.c Log Message: ----------- Tweak note for D key binding, from Clark Wang. Commit: f10854cfc5e43f646b02b3031bfc4bc3f5f6c513 https://github.com/tmux/tmux/commit/f10854cfc5e43f646b02b3031bfc4bc3f5f6c513 Author: nicm <nicm> Date: 2023-02-02 (Thu, 02 Feb 2023) Changed paths: M layout-custom.c Log Message: ----------- Add a missing error message which causes an invalid layout name to crash. Commit: 493922dc4b150218ab35fbbb8c5cf6a90fc4f24c https://github.com/tmux/tmux/commit/493922dc4b150218ab35fbbb8c5cf6a90fc4f24c Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-02 (Thu, 02 Feb 2023) Changed paths: M key-bindings.c M layout-custom.c Log Message: ----------- Merge branch 'obsd-master' Commit: 93b1b781504f8de30f1858a4d0cf013396143c53 https://github.com/tmux/tmux/commit/93b1b781504f8de30f1858a4d0cf013396143c53 Author: nicm <nicm> Date: 2023-02-05 (Sun, 05 Feb 2023) Changed paths: M cmd-display-message.c M cmd-queue.c M server-client.c M tmux.1 M tmux.h Log Message: ----------- Extend display-message to work for control clients. GitHub issue 3449. Commit: 0cb75f1332f7d2b5a3c610c2d76c5c53ef129c7c https://github.com/tmux/tmux/commit/0cb75f1332f7d2b5a3c610c2d76c5c53ef129c7c Author: nicm <nicm> Date: 2023-02-05 (Sun, 05 Feb 2023) Changed paths: M menu.c Log Message: ----------- Do not allow multiple line separators in a row. Commit: e25926d3c4b7b836228d371a2c6450c913986c8f https://github.com/tmux/tmux/commit/e25926d3c4b7b836228d371a2c6450c913986c8f Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M cmd-display-message.c M cmd-queue.c M menu.c M server-client.c M tmux.1 M tmux.h Log Message: ----------- Merge branch 'obsd-master' Commit: 77118f3a9f7bdbe0c199432155b956c08f32b260 https://github.com/tmux/tmux/commit/77118f3a9f7bdbe0c199432155b956c08f32b260 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M server-client.c Log Message: ----------- portable: remove vis.h This is included portably across different systems. Commit: 7acc8d703dec9f02e072ebc95495d634868b62e4 https://github.com/tmux/tmux/commit/7acc8d703dec9f02e072ebc95495d634868b62e4 Author: nicm <nicm> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M cmd-list-clients.c M tmux.1 Log Message: ----------- Add -f to list-clients like the other list commands, from Andy Walker in GitHub issue 3449. Commit: 4a0126f7fb9071f2833632536b2c113f5840d2ff https://github.com/tmux/tmux/commit/4a0126f7fb9071f2833632536b2c113f5840d2ff Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M cmd-list-clients.c M tmux.1 Log Message: ----------- Merge branch 'obsd-master' Commit: 0bd78b42c0a379e46645a7083e0b4785b19e39aa https://github.com/tmux/tmux/commit/0bd78b42c0a379e46645a7083e0b4785b19e39aa Author: nicm <nicm> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M format.c M tmux.1 Log Message: ----------- Add an L modifier like P, W, S to loop over clients. Also fix some long lines in tmux(1). Commit: 1262e685b827a155d68e92f44077bfd1d44f1812 https://github.com/tmux/tmux/commit/1262e685b827a155d68e92f44077bfd1d44f1812 Author: nicm <nicm> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M paste.c Log Message: ----------- Remove old buffer when renaming rather than complaining, GitHub issue 3467 from Jean-Philippe Paradis. Commit: ddaeebc2133b991aacac78dea672add480895465 https://github.com/tmux/tmux/commit/ddaeebc2133b991aacac78dea672add480895465 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M format.c M tmux.1 Log Message: ----------- Merge branch 'obsd-master' Commit: 023b0f76c3712281e30041f086b91c89f9525d33 https://github.com/tmux/tmux/commit/023b0f76c3712281e30041f086b91c89f9525d33 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M paste.c Log Message: ----------- Merge branch 'obsd-master' Commit: 907f58cc3c2c76184dfd06129902b2147a2e4c5b https://github.com/tmux/tmux/commit/907f58cc3c2c76184dfd06129902b2147a2e4c5b Author: nicm <nicm> Date: 2023-02-10 (Fri, 10 Feb 2023) Changed paths: M screen-write.c Log Message: ----------- Fix cursor position after zero width space, GitHub issue 3469. Commit: b55f34029ac05474dfd993c187b9c61bbcd4e1a1 https://github.com/tmux/tmux/commit/b55f34029ac05474dfd993c187b9c61bbcd4e1a1 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-02-10 (Fri, 10 Feb 2023) Changed paths: M screen-write.c Log Message: ----------- Merge branch 'obsd-master' Commit: ac4bb89d4355a7a9bd2abe4cb27b31a445f7cd99 https://github.com/tmux/tmux/commit/ac4bb89d4355a7a9bd2abe4cb27b31a445f7cd99 Author: nicm <nicm> Date: 2023-03-15 (Wed, 15 Mar 2023) Changed paths: M arguments.c M cmd-command-prompt.c M cmd-parse.y Log Message: ----------- Fix command prompt not to always append argument but only if there has actually been expansion. GitHub issue 3493. Commit: 1d0f68dee9f71c504e03616fa472a408a6caa49b https://github.com/tmux/tmux/commit/1d0f68dee9f71c504e03616fa472a408a6caa49b Author: Thomas Adam <tho...@xteddy.org> Date: 2023-03-15 (Wed, 15 Mar 2023) Changed paths: M arguments.c M cmd-command-prompt.c M cmd-parse.y Log Message: ----------- Merge branch 'obsd-master' Commit: a9ac61469175e45c8ba58ae0360306aa06c0cd59 https://github.com/tmux/tmux/commit/a9ac61469175e45c8ba58ae0360306aa06c0cd59 Author: nicm <nicm> Date: 2023-03-15 (Wed, 15 Mar 2023) Changed paths: M cmd-display-menu.c M popup.c Log Message: ----------- Do not leak screen in popups, GitHub issue 3492. Commit: 22eb0334c325245e7a49610f91c7842cb6408f4d https://github.com/tmux/tmux/commit/22eb0334c325245e7a49610f91c7842cb6408f4d Author: Thomas Adam <tho...@xteddy.org> Date: 2023-03-15 (Wed, 15 Mar 2023) Changed paths: M cmd-display-menu.c M popup.c Log Message: ----------- Merge branch 'obsd-master' Commit: 64368a1a63f04fb877b57e4286c9a2e1efe966c9 https://github.com/tmux/tmux/commit/64368a1a63f04fb877b57e4286c9a2e1efe966c9 Author: topcat001 <anindy...@hotmail.com> Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: M arguments.c M client.c M cmd-break-pane.c M cmd-command-prompt.c M cmd-display-menu.c M cmd-display-message.c M cmd-find-window.c M cmd-join-pane.c M cmd-list-clients.c M cmd-list-keys.c M cmd-parse.y M cmd-queue.c M cmd-save-buffer.c M cmd-send-keys.c M cmd-swap-pane.c M colour.c M file.c M format.c M input-keys.c M input.c M key-bindings.c M key-string.c M layout-custom.c M menu.c M mode-tree.c M paste.c M popup.c A regress/input-keys.sh A regress/tty-keys.sh M screen-write.c M server-client.c M status.c M tmux-protocol.h M tmux.1 M tmux.h M tty-features.c M tty-keys.c M tty-term.c M tty.c M utf8.c M window.c Log Message: ----------- Merge branch 'master' into sixel Compare: https://github.com/tmux/tmux/compare/c630a56a621b...64368a1a63f0 -- 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/sixel/c630a5-64368a%40github.com.