Add tmux support for kitty graphics protocol#135
Open
ibehnam wants to merge 6 commits intolusingander:masterfrom
Open
Add tmux support for kitty graphics protocol#135ibehnam wants to merge 6 commits intolusingander:masterfrom
ibehnam wants to merge 6 commits intolusingander:masterfrom
Conversation
This enables images in tmux.
The kitty unicode placeholder protocol does not change the aspect ratio when presenting images, this can lead to gaps between images
Autodetection does not match pregenerated images
This is much more reliable then checking for envars, especially if connected via SSH or tmux as the envars might be missing, and should work automatically with new terminals supporting the kitty protocol
Author
Added entries for: - macOS system files (.DS_Store, .Trashes, etc.) - IDE config directories (.claude, .codex, .opencode) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
U+10EEEEwith diacritics) and DCS passthroughGHOSTTY_RESOURCES_DIRenv var fallback so Ghostty is correctly detected inside tmux (where$TERMbecomestmux-256color)libcdependency for non-blocking stdin reads during terminal capability detectionBased on the work from #99 (by @meck) and #101 (by @ky-shinsoft), rebased onto current master with conflict resolution and the Ghostty-in-tmux detection fix.
Terminal support matrix
Test plan