Branch: refs/heads/sixel Home: https://github.com/tmux/tmux Commit: 68dc9af9ac1a8ea332c82fd510b01c46602fa03a https://github.com/tmux/tmux/commit/68dc9af9ac1a8ea332c82fd510b01c46602fa03a Author: nicm <nicm> Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths: M input.c Log Message: ----------- Fix window size report, from Vincent Bernat. Commit: 6da520c5a1bc73d93a8b7f8bed7cc3835eb31297 https://github.com/tmux/tmux/commit/6da520c5a1bc73d93a8b7f8bed7cc3835eb31297 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-08-31 (Wed, 31 Aug 2022) Changed paths: M input.c Log Message: ----------- Merge branch 'obsd-master' Commit: 0a0ded32685edafe934b767e6df9d218e227eb95 https://github.com/tmux/tmux/commit/0a0ded32685edafe934b767e6df9d218e227eb95 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2022-09-07 (Wed, 07 Sep 2022) Changed paths: M regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf M regress/conf/a46e6e84cd1071105aa807256dbc158d.conf M regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf M regress/conf/b9f0ce1976ec62ec60dc5da7dd92c160.conf M regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf Log Message: ----------- Regress typos. Commit: f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3 https://github.com/tmux/tmux/commit/f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3 Author: nicm <nicm> Date: 2022-09-09 (Fri, 09 Sep 2022) Changed paths: M options-table.c M status.c M tmux.1 Log Message: ----------- Add message-line option to control where message and prompt go, from Varun Kumar E in GitHub issue 3324. Commit: 9ab1ba36cd2de4ca83694c3d475061323ffcc4d4 https://github.com/tmux/tmux/commit/9ab1ba36cd2de4ca83694c3d475061323ffcc4d4 Author: nicm <nicm> Date: 2022-09-10 (Sat, 10 Sep 2022) Changed paths: M status.c Log Message: ----------- Use correct option name. Commit: a2cc601c3d1a569037ccd238b2638b5c416baca8 https://github.com/tmux/tmux/commit/a2cc601c3d1a569037ccd238b2638b5c416baca8 Author: nicm <nicm> Date: 2022-09-12 (Mon, 12 Sep 2022) Changed paths: M input.c Log Message: ----------- Don't use options from pane if pane is NULL. Commit: 19344ec890e0c4343e3c20695806d482c631d67c https://github.com/tmux/tmux/commit/19344ec890e0c4343e3c20695806d482c631d67c Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2022-09-19 (Mon, 19 Sep 2022) Changed paths: M compat/systemd.c Log Message: ----------- Add headers and fix type, from Marvin Schmidt. GitHub issue 3332. Commit: f49f92737f859bfeac901f0eb9b1db8249368843 https://github.com/tmux/tmux/commit/f49f92737f859bfeac901f0eb9b1db8249368843 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-09-22 (Thu, 22 Sep 2022) Changed paths: M input.c M options-table.c M status.c M tmux.1 Log Message: ----------- Merge branch 'obsd-master' Commit: 9cc8e40aa08ff91bc1c5d0211c1d2cef02f2c7a2 https://github.com/tmux/tmux/commit/9cc8e40aa08ff91bc1c5d0211c1d2cef02f2c7a2 Author: nicm <nicm> Date: 2022-09-28 (Wed, 28 Sep 2022) Changed paths: M cmd-capture-pane.c M grid-view.c M grid.c M tmux.h Log Message: ----------- Add a -T flag to capture-pane to stop at the last used cell instead of the full width. Restore the previous behaviour by making it default to off unless -J is used (the only time it matters). Fixes mosh unit tests; GitHub issue 3339. Commit: a10452be2d84d4ff1b9d4e636627b7a9c5a2c42a https://github.com/tmux/tmux/commit/a10452be2d84d4ff1b9d4e636627b7a9c5a2c42a Author: nicm <nicm> Date: 2022-09-28 (Wed, 28 Sep 2022) Changed paths: M tmux.1 M window-copy.c Log Message: ----------- Add scroll-top and scroll-bottom commands to scroll so cursor is at top or bottom. From Anindya Mukherjee, GitHub issue 3334. Commit: 9ef854f5a9112a7d50c382dec403432dea2c3579 https://github.com/tmux/tmux/commit/9ef854f5a9112a7d50c382dec403432dea2c3579 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-09-28 (Wed, 28 Sep 2022) Changed paths: M cmd-capture-pane.c M grid-view.c M grid.c M tmux.1 M tmux.h M window-copy.c Log Message: ----------- Merge branch 'obsd-master' Commit: ff2766b024e6657b5f5f70dfd5acdb32085d7b70 https://github.com/tmux/tmux/commit/ff2766b024e6657b5f5f70dfd5acdb32085d7b70 Author: nicm <nicm> Date: 2022-10-17 (Mon, 17 Oct 2022) Changed paths: M session.c Log Message: ----------- Preserve marked pane when renumbering windows. Commit: 934f357149dba903f091237e7ea7c7ba78471614 https://github.com/tmux/tmux/commit/934f357149dba903f091237e7ea7c7ba78471614 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-10-17 (Mon, 17 Oct 2022) Changed paths: M session.c Log Message: ----------- Merge branch 'obsd-master' Commit: 5ce34add77fa3517a01e63b915c5f4e3241af470 https://github.com/tmux/tmux/commit/5ce34add77fa3517a01e63b915c5f4e3241af470 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2022-10-18 (Tue, 18 Oct 2022) Changed paths: M client.c M compat.h M compat/systemd.c Log Message: ----------- Do not attempt to connect to the socket as a client if systemd is active, from Julien Moutinho in GitHub issue 3345. Commit: 0fc961b22ee6c7298e8dd40d3ce8e2b484bc6b1d https://github.com/tmux/tmux/commit/0fc961b22ee6c7298e8dd40d3ce8e2b484bc6b1d Author: nicm <nicm> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M screen-write.c Log Message: ----------- Do not fire redraw callback if NULL. Commit: 2111142cf1715eeac174cd5c71ed90f00595b17e https://github.com/tmux/tmux/commit/2111142cf1715eeac174cd5c71ed90f00595b17e Author: nicm <nicm> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M cmd-parse.y Log Message: ----------- Fix a memory leak, from Japin Li in GitHub issue 3358. Commit: dafd6f462fa3b90c97d0e6ecd887c62cbc2a54c3 https://github.com/tmux/tmux/commit/dafd6f462fa3b90c97d0e6ecd887c62cbc2a54c3 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M cmd-parse.y M screen-write.c Log Message: ----------- Merge branch 'obsd-master' Commit: c2580cfe2466589c8bd9348225820888a3fc4c0a https://github.com/tmux/tmux/commit/c2580cfe2466589c8bd9348225820888a3fc4c0a Author: nicm <nicm> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M screen-write.c Log Message: ----------- Initialize context before testing it. Commit: d001a94d7b5a80018871360fa91361f9268d66c3 https://github.com/tmux/tmux/commit/d001a94d7b5a80018871360fa91361f9268d66c3 Author: Thomas Adam <tho...@xteddy.org> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M screen-write.c Log Message: ----------- Merge branch 'obsd-master' Commit: 2a1e16a24dc75741c66f5d72fa5bf26b73507993 https://github.com/tmux/tmux/commit/2a1e16a24dc75741c66f5d72fa5bf26b73507993 Author: topcat001 <anindy...@hotmail.com> Date: 2022-10-27 (Thu, 27 Oct 2022) Changed paths: M client.c M cmd-capture-pane.c M cmd-parse.y M compat.h M compat/systemd.c M grid-view.c M grid.c M input.c M options-table.c M regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf M regress/conf/a46e6e84cd1071105aa807256dbc158d.conf M regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf M regress/conf/b9f0ce1976ec62ec60dc5da7dd92c160.conf M regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf M screen-write.c M session.c M status.c M tmux.1 M tmux.h M window-copy.c Log Message: ----------- Merge branch 'master' into sixel Compare: https://github.com/tmux/tmux/compare/a82f14c7b23a...2a1e16a24dc7 -- 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/a82f14-2a1e16%40github.com.