fix(tui): fall back to compact text logo in short terminals (#1114) - #1116
Open
itsnevu wants to merge 1 commit into
Open
fix(tui): fall back to compact text logo in short terminals (#1114)#1116itsnevu wants to merge 1 commit into
itsnevu wants to merge 1 commit into
Conversation
…lective#1114) The block wordmark needs ~9 rows of BigText art, so it was hidden entirely whenever the terminal had fewer than 16 rows (e.g. VS Code's integrated terminal panel), leaving only plain text. Now terminals with 8-15 rows still get the wordmark, rendered as a single plain-text line instead of the multi-row BigText art; only terminals under 8 rows drop it, to protect space for the welcome text.
itsnevu
requested review from
Avtrkrb,
akramcodez and
will-lamerton
as code owners
September 1, 2026 09:51
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.
Closes #1114. In short/narrow terminals (e.g. VS Code's panel) the ASCII logo was hidden entirely below 16 rows; this adds a compact single-line text fallback for 8-15 rows. Targets
feature/new-ui. Verified via Ink test harness (build + typecheck + tests green).