Branch: refs/heads/4902-image-support
  Home:   https://github.com/tmux/tmux
  Commit: cce56fa19b29ae2368390bdf2d464e97d61b59f3
      
https://github.com/tmux/tmux/commit/cce56fa19b29ae2368390bdf2d464e97d61b59f3
  Author: miod <[email protected]>
  Date:   2026-08-02 (Sun, 02 Aug 2026)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Pessimize compiler flags for screen-redraw.c to prevent tmux from dumping core
upon startup on landisk.


  Commit: fa8c5789a6efb552ef6dd1690ed9534b43e8ccbb
      
https://github.com/tmux/tmux/commit/fa8c5789a6efb552ef6dd1690ed9534b43e8ccbb
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M regress/copy-mode-test-vi.sh

  Log Message:
  -----------
  Sleep after kill.


  Commit: fc9270c9430c18c4e114580c1005e1ae878cc9ec
      
https://github.com/tmux/tmux/commit/fc9270c9430c18c4e114580c1005e1ae878cc9ec
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    A regress/server-socket-error.sh

  Log Message:
  -----------
  Test for socket error from Rayan Salhab.


  Commit: 433a5cf580f44c0d88dbc1752a8bfb459162e14d
      
https://github.com/tmux/tmux/commit/433a5cf580f44c0d88dbc1752a8bfb459162e14d
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    A regress/tab-cell-background.sh

  Log Message:
  -----------
  Add regress test from Ayman Bagabas.


  Commit: 4918360ea12cdc15f2a43ce021f7e0631eb46856
      
https://github.com/tmux/tmux/commit/4918360ea12cdc15f2a43ce021f7e0631eb46856
  Author: nicm <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M server.c

  Log Message:
  -----------
  Exit failure on socket failure, from Rayan Salhab.


  Commit: 01a775a46c250761cf650058010fc0c6fe128732
      
https://github.com/tmux/tmux/commit/01a775a46c250761cf650058010fc0c6fe128732
  Author: nicm <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M grid-view.c
    M grid.c
    M screen-write.c
    M tmux.h

  Log Message:
  -----------
  Store background colour in padding cells and correctly clear adjacent
cells when tabs are overwritten, GitHu issue 5441 from Ayman Bagabas.


  Commit: fba5ece05cfd489bda5d228ca4b3bb60bb79729e
      
https://github.com/tmux/tmux/commit/fba5ece05cfd489bda5d228ca4b3bb60bb79729e
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M grid-view.c
    M grid.c
    M screen-write.c
    M server.c
    M tmux.h

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Store background colour in padding cells and correctly clear adjacent cells 
when tabs are overwritten, GitHu issue 5441 from Ayman Bagabas.
  Exit failure on socket failure, from Rayan Salhab.
  Pessimize compiler flags for screen-redraw.c to prevent tmux from dumping 
core upon startup on landisk.


  Commit: 6db5175e4edaaf3d57822282a980813e388667a8
      
https://github.com/tmux/tmux/commit/6db5175e4edaaf3d57822282a980813e388667a8
  Author: nicm <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M cfg.c
    M cmd-queue.c
    M control-notify.c
    M control.c
    M tmux.h

  Log Message:
  -----------
  Queue control mode notifications rather than emitting them inside
%begin/%end, GitHub issue 5458 from George Nachman.


  Commit: 9228f97d7dc8e0571325c0c2c22c4031d8a7d07b
      
https://github.com/tmux/tmux/commit/9228f97d7dc8e0571325c0c2c22c4031d8a7d07b
  Author: tmux update bot <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M cfg.c
    M cmd-queue.c
    M control-notify.c
    M control.c
    M tmux.h

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Queue control mode notifications rather than emitting them inside 
%begin/%end, GitHub issue 5458 from George Nachman.


  Commit: cd3f577c8520035ab4b51dd62d3b033a253a3911
      
https://github.com/tmux/tmux/commit/cd3f577c8520035ab4b51dd62d3b033a253a3911
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    A regress/control-notify-guard.sh

  Log Message:
  -----------
  Add test for control mode events and guards.


  Commit: ca0d77855fe6aa2429054c693f25349d6face95b
      
https://github.com/tmux/tmux/commit/ca0d77855fe6aa2429054c693f25349d6face95b
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    A regress/control-client-exit-stalled.sh

  Log Message:
  -----------
  Client exit test from Ben Maurer.


  Commit: f07a76d959c3bd49410ea9d69c29e45338554941
      
https://github.com/tmux/tmux/commit/f07a76d959c3bd49410ea9d69c29e45338554941
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M regress/pane-ops.sh

  Log Message:
  -----------
  Use move-pane for a test.


  Commit: 114aa6808218c68e69dcd0730d67567fe44681ef
      
https://github.com/tmux/tmux/commit/114aa6808218c68e69dcd0730d67567fe44681ef
  Author: nicm <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M control.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Do not let a stuck client prevent the server from exiting - give up
after 10 seconds. GitHub issue 5444 from Ben Maurer.


  Commit: 7a431ec7b995f2e0a8f72ea2a9a4903043a07158
      
https://github.com/tmux/tmux/commit/7a431ec7b995f2e0a8f72ea2a9a4903043a07158
  Author: tmux update bot <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M control.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Do not let a stuck client prevent the server from exiting - give up after 10 
seconds. GitHub issue 5444 from Ben Maurer.


  Commit: d2322d0114c1d3313aa84151804a399e1c0b6ddf
      
https://github.com/tmux/tmux/commit/d2322d0114c1d3313aa84151804a399e1c0b6ddf
  Author: nicm <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M cmd-join-pane.c

  Log Message:
  -----------
  Check for floating only for flags that require a floating pane, reported
by Ilya Grigoriev.


  Commit: c9ae3f6a0207444292076c9ab74054115504858f
      
https://github.com/tmux/tmux/commit/c9ae3f6a0207444292076c9ab74054115504858f
  Author: tmux update bot <[email protected]>
  Date:   2026-08-03 (Mon, 03 Aug 2026)

  Changed paths:
    M cmd-join-pane.c

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Check for floating only for flags that require a floating pane, reported by 
Ilya Grigoriev.


  Commit: 5cd1976a4a5bbefc9391d2e3febc4ca4d74ebede
      
https://github.com/tmux/tmux/commit/5cd1976a4a5bbefc9391d2e3febc4ca4d74ebede
  Author: nicm <[email protected]>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M control.c
    M server-client.c

  Log Message:
  -----------
  Do not attempt to drain write buffer on stuck clients, since it requires
a weird dance to make libevent do it. Instead, just ignore the client
and destroy the buffer normally if not drained in 10 seconds.


  Commit: 36381f0884eef72c5cdbdbef70e9238fa9367c79
      
https://github.com/tmux/tmux/commit/36381f0884eef72c5cdbdbef70e9238fa9367c79
  Author: tmux update bot <[email protected]>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M control.c
    M server-client.c

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Do not attempt to drain write buffer on stuck clients, since it requires a 
weird dance to make libevent do it. Instead, just ignore the client and destroy 
the buffer normally if not drained in 10 seconds.


  Commit: 3894397b07fd8473a7bb315b1aaa7605bd6d4447
      
https://github.com/tmux/tmux/commit/3894397b07fd8473a7bb315b1aaa7605bd6d4447
  Author: claudio <[email protected]>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M proc.c

  Log Message:
  -----------
  Switch from imsg_get to imsgbuf_get and switch type of n to int.

OK tb@


  Commit: d5afb67a81d8a30379e0d4186ec4b968244393bf
      
https://github.com/tmux/tmux/commit/d5afb67a81d8a30379e0d4186ec4b968244393bf
  Author: tmux update bot <[email protected]>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M proc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Switch from imsg_get to imsgbuf_get and switch type of n to int.


  Commit: 72e705cbd6c3d92b48c56fa2f687a12b838a6b66
      
https://github.com/tmux/tmux/commit/72e705cbd6c3d92b48c56fa2f687a12b838a6b66
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M regress/pipe-pane.sh

  Log Message:
  -----------
  Tweak times for macOS.


  Commit: 0198ee9e51bd47c7947fde3d9f5ebdc13ae82030
      
https://github.com/tmux/tmux/commit/0198ee9e51bd47c7947fde3d9f5ebdc13ae82030
  Author: nicm <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Do not log when logging is off, from Michael Grant.


  Commit: fe384e06bc9fa83c589c0294ab3f9489fe848c99
      
https://github.com/tmux/tmux/commit/fe384e06bc9fa83c589c0294ab3f9489fe848c99
  Author: nicm <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add pane_private_modes format with list of DEC private modes, from
George Nachman.


  Commit: 1995b5559d749bd804ac938500814e2c0e049bfd
      
https://github.com/tmux/tmux/commit/1995b5559d749bd804ac938500814e2c0e049bfd
  Author: nicm <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M session.c

  Log Message:
  -----------
  Do not crash when synchronizing groups and there is no current window.
GitHub issue 5467 from Ju-an Zhang.


  Commit: e56a04215313b42326e91971cb83759d410d61a2
      
https://github.com/tmux/tmux/commit/e56a04215313b42326e91971cb83759d410d61a2
  Author: nicm <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Use ACS arrows for tree mode.


  Commit: d5dc0ba85555f24d48d2a39e0ef6570347560043
      
https://github.com/tmux/tmux/commit/d5dc0ba85555f24d48d2a39e0ef6570347560043
  Author: tmux update bot <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M format.c
    M mode-tree.c
    M session.c
    M tmux.1

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  Use ACS arrows for tree mode.
  Do not crash when synchronizing groups and there is no current window. GitHub 
issue 5467 from Ju-an Zhang.
  Add pane_private_modes format with list of DEC private modes, from George 
Nachman.
  Do not log when logging is off, from Michael Grant.


  Commit: 2a0e47fef0345db510bae2c26809bf72e87ad805
      
https://github.com/tmux/tmux/commit/2a0e47fef0345db510bae2c26809bf72e87ad805
  Author: Michael Grant <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M cfg.c
    M cmd-join-pane.c
    M cmd-queue.c
    M control-notify.c
    M control.c
    M format.c
    M grid-view.c
    M grid.c
    M mode-tree.c
    M proc.c
    A regress/control-client-exit-stalled.sh
    A regress/control-notify-guard.sh
    M regress/copy-mode-test-vi.sh
    M regress/pane-ops.sh
    M regress/pipe-pane.sh
    A regress/server-socket-error.sh
    A regress/tab-cell-background.sh
    M screen-write.c
    M server-client.c
    M server.c
    M session.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Merge branch 'master' into 4902-image-support


  Commit: d06eb0bc2b221e6d5c494d2849ea3306793573a9
      
https://github.com/tmux/tmux/commit/d06eb0bc2b221e6d5c494d2849ea3306793573a9
  Author: Michael Grant <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M image-kitty.c
    M image.c
    M regress/image-support.sh
    M tmux.h

  Log Message:
  -----------
  C=1 is parsed and stored as an image-placement flag, suppressing cursor 
movement and scrolling as required by the Kitty protocol.


Compare: https://github.com/tmux/tmux/compare/3d07d479dbd7...d06eb0bc2b22

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 [email protected].
To view this discussion, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/4902-image-support/3d07d4-d06eb0%40github.com.

Reply via email to