fix(herdr): kitty_graphics を戻す (描画がタブに閉じない) - #521
Closed
gapul wants to merge 1 commit into
Closed
Conversation
gapul
enabled auto-merge (squash)
August 30, 2026 19:59
gapul
disabled auto-merge
August 30, 2026 20:00
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.
なにをしたか
#515 で入れた
[experimental] kitty_graphics = trueをfalseに戻す。なぜ
terminal-browser がペインに何も描かない件の原因はこのフラグで、有効にすると確かに描画は始まる。ただし描画がタブに閉じていない。nix タブのペインにあるブラウザが、vrma タブを表示している間も同じ画面座標に描かれ続け、そのタブの文字の上に重なる。座標自体は正しいのでクリップ漏れで、置き場所を間違えているわけではない。
見えないだけなら実害は無かったが、この状態は関係ないタブの表示を壊すので、戻すほうが小さい。herdr 0.8.2、2026-08-31 に実機で確認。
影響
terminal-browser は herdr の中では「見せる」用途に使えない。
action経由の読み取りと操作は絵と無関係に効くので、そこは変わらない。ユーザーに見せる必要があるものは Zen に投げる。CLAUDE.md のブラウザ節をその内容に直した。