Branch: refs/heads/4902-image-support
Home: https://github.com/tmux/tmux
Commit: bc998ede98f23885a788aec7d5e77b40d58d8e3c
https://github.com/tmux/tmux/commit/bc998ede98f23885a788aec7d5e77b40d58d8e3c
Author: Michael Grant <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M grid.c
M regress/image-support.sh
M screen-write.c
Log Message:
-----------
Ordinary text writes replaced the entire grid cell, dropping GRID_FLAG_IMAGE
and releasing the
mage reference. Deferred pane redraws explain the intermittent “image never
appears” behavior.
Fixed:
- Preserves image metadata while updating the text underlay in the collected
ASCII path: grid.c:779
- Handles the single-cell/non-ASCII path and schedules an image redraw:
screen-write.c:2631
- Uses the requested if/else for new_id.
- Adds a deterministic regression reproducing point (2):
regress/image-support.sh:240
This matches Kitty’s requirement that normal text operations must not affect
graphics; graphics require
explicit deletion. Kitty graphics protocol
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/5c496c-bc998e%40github.com.