Branch: refs/heads/4902-image-support
Home: https://github.com/tmux/tmux
Commit: a5808bf86899078f21eb4c01c06e12b2d6638e16
https://github.com/tmux/tmux/commit/a5808bf86899078f21eb4c01c06e12b2d6638e16
Author: Michael Grant <[email protected]>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M image-kitty.c
M image-sixel.c
M image.c
M tmux.h
Log Message:
-----------
Change some names of things for clarity.
Commit: 001b10f2b3e835cfb58494fa0a37eb3c58b0252d
https://github.com/tmux/tmux/commit/001b10f2b3e835cfb58494fa0a37eb3c58b0252d
Author: Michael Grant <[email protected]>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M grid.c
M image-kitty.c
M image-sixel.c
M image.c
M input.c
M regress/image-support.sh
M screen-redraw.c
M screen-write.c
M style.c
M tmux.h
M tty-draw.c
M tty.c
M window-copy.c
Log Message:
-----------
image: retain ordered placements in the grid
Replace the per-cell image marker with sparse placement spans attached to
grid lines. A placement owns all of its spans and records the input
protocol, application image and placement IDs, z-index, and creation order.
This retains overlapping image layers without storing a list in every grid
cell. Grid operations move, split, clip, and remove only the affected spans.
Use the input protocol to determine image/text interaction: later text
damages SIXEL spans, while Kitty placements remain and are ordered by their
z-index. Rendering then adapts that one logical scene for each client,
rather than changing its semantics according to whether the outer terminal
uses Kitty or SIXEL.
Compare: https://github.com/tmux/tmux/compare/e97c3d697def...001b10f2b3e8
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/e97c3d-001b10%40github.com.