Skip to content

feat(shell): render inline images through tmux - #55

Merged
devswha merged 1 commit into
mainfrom
feat/inline-terminal-images
Aug 20, 2026
Merged

feat(shell): render inline images through tmux#55
devswha merged 1 commit into
mainfrom
feat/inline-terminal-images

Conversation

@devswha

@devswha devswha commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • load the bounded xterm image addon before WebGL
  • enable tmux passthrough best-effort for typed attaches
  • preserve compatibility with older tmux servers

Verification

  • npm run verify

Closes #45

Load the bounded xterm image addon alongside WebGL and enable tmux
passthrough best-effort before typed attaches. Older tmux servers keep
the existing attach path while sixel-capable servers can relay SIXEL
and iTerm2 inline images to the browser terminal.
@devswha
devswha merged commit 13737b8 into main Aug 20, 2026
2 checks passed
@devswha
devswha deleted the feat/inline-terminal-images branch August 20, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inline terminal images (sixel) are blocked by the tmux attach path

1 participant