Branch: refs/heads/sixel Home: https://github.com/tmux/tmux Commit: a5fd80bbc3e6a65ce0e3bce4cf820db3ae0f3165 https://github.com/tmux/tmux/commit/a5fd80bbc3e6a65ce0e3bce4cf820db3ae0f3165 Author: nicm <nicm> Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths: M format-draw.c Log Message: ----------- Trim can generate strings longer than the original if there are many #s, so create a bigger buffer. Reported by Robert Morris. Commit: 7b1030293ceade6b17f4b046be0add11755c8602 https://github.com/tmux/tmux/commit/7b1030293ceade6b17f4b046be0add11755c8602 Author: nicm <nicm> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M cmd-display-menu.c Log Message: ----------- Free title earlier, from Alexis Hildebrandt. Commit: 3e82ad53409676cd67b69554651f94395508d96b https://github.com/tmux/tmux/commit/3e82ad53409676cd67b69554651f94395508d96b Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M format-draw.c Log Message: ----------- Merge branch 'obsd-master' Commit: b791f00bf16eebc42376b107b6c197de8132c481 https://github.com/tmux/tmux/commit/b791f00bf16eebc42376b107b6c197de8132c481 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M cmd-display-menu.c Log Message: ----------- Merge branch 'obsd-master' Commit: 2b535bc173548a9a6d57a92c9f4f7c74bfae7709 https://github.com/tmux/tmux/commit/2b535bc173548a9a6d57a92c9f4f7c74bfae7709 Author: nicm <nicm> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M tty-acs.c Log Message: ----------- Fix a couple of rounded border characters, from Alexis Hildebrandt. Commit: 1071ef8fc5bd5d2776dd6b413ce0535a0f81be65 https://github.com/tmux/tmux/commit/1071ef8fc5bd5d2776dd6b413ce0535a0f81be65 Author: nicm <nicm> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M menu.c M screen-write.c M tmux.h M window-client.c Log Message: ----------- Extend the menu drawing function to support custom characters and styles, from Alexis Hildebrandt. Commit: dee72ed41f54d9ba12b1ce20c18476d9276a876d https://github.com/tmux/tmux/commit/dee72ed41f54d9ba12b1ce20c18476d9276a876d Author: nicm <nicm> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M cmd-display-menu.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M status.c Log Message: ----------- Add options and flags for menu styles similar to those existing for popups, from Alexis Hildebrandt. GitHub issue 3650. Commit: 7a44984069328b3eaab36d590c403d23d109aa47 https://github.com/tmux/tmux/commit/7a44984069328b3eaab36d590c403d23d109aa47 Author: nicm <nicm> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M input.c M tmux.1 M tmux.h M window-copy.c Log Message: ----------- Add flag to next-prompt/previous-prompt to go to command output instead, from Magnus Gross. Commit: ed689cd54ebf36030342d1799dc7785f22c89686 https://github.com/tmux/tmux/commit/ed689cd54ebf36030342d1799dc7785f22c89686 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M menu.c M screen-write.c M tmux.h M tty-acs.c M window-client.c Log Message: ----------- Merge branch 'obsd-master' Commit: 4c60afde782cd024da5663d98c628c62efb013e0 https://github.com/tmux/tmux/commit/4c60afde782cd024da5663d98c628c62efb013e0 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M cmd-display-menu.c M input.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M status.c M tmux.1 M tmux.h M window-copy.c Log Message: ----------- Merge branch 'obsd-master' Commit: 57837bbf67c10638e0684c93bb29e88ca9b07b52 https://github.com/tmux/tmux/commit/57837bbf67c10638e0684c93bb29e88ca9b07b52 Author: nicm <nicm> Date: 2023-08-11 (Fri, 11 Aug 2023) Changed paths: M mode-tree.c Log Message: ----------- Do not crash if in buffer mode and the last buffer is deleted using the command. Commit: 11e69f6025f5783fe17d43247de1c3f659a19b69 https://github.com/tmux/tmux/commit/11e69f6025f5783fe17d43247de1c3f659a19b69 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-11 (Fri, 11 Aug 2023) Changed paths: M mode-tree.c Log Message: ----------- Merge branch 'obsd-master' Commit: b770a429c63a8e286dbd3939215fbffa59e73d9a https://github.com/tmux/tmux/commit/b770a429c63a8e286dbd3939215fbffa59e73d9a Author: nicm <nicm> Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M cmd-display-menu.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M status.c M tmux.1 M tmux.h Log Message: ----------- Add an option menu-selected-style to configure the currently selected menu item, from Alexis Hildebrandt. Commit: 6a45e6c256d15b14bf3af081576a939a18419da7 https://github.com/tmux/tmux/commit/6a45e6c256d15b14bf3af081576a939a18419da7 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M cmd-display-menu.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M status.c M tmux.1 M tmux.h Log Message: ----------- Merge branch 'obsd-master' Commit: d9942c769eb059e2cadfb63f2050fad8d0357d19 https://github.com/tmux/tmux/commit/d9942c769eb059e2cadfb63f2050fad8d0357d19 Author: nicm <nicm> Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M key-bindings.c Log Message: ----------- Add meta bindings for status line menus as well as the existing pane one for terminals which steal the mouse menu button. Commit: 3d93b0c52ecd6d5b321fef777d49c360c9fbe069 https://github.com/tmux/tmux/commit/3d93b0c52ecd6d5b321fef777d49c360c9fbe069 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M key-bindings.c Log Message: ----------- Merge branch 'obsd-master' Commit: 312d83252c27fc4d09d09d121bf7573336e3cdca https://github.com/tmux/tmux/commit/312d83252c27fc4d09d09d121bf7573336e3cdca Author: topcat001 <anindy...@hotmail.com> Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M cmd-display-menu.c M format-draw.c M input.c M key-bindings.c M menu.c M mode-tree.c M options-table.c M popup.c M screen-write.c M status.c M tmux.1 M tmux.h M tty-acs.c M window-client.c M window-copy.c Log Message: ----------- Merge remote-tracking branch 'origin/master' into sixel Compare: https://github.com/tmux/tmux/compare/14b8b524523a...312d83252c27 -- 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/14b8b5-312d83%40github.com.