Skip to content

fix(tui): fall back to compact text logo in short terminals (#1114) - #1116

Open
itsnevu wants to merge 1 commit into
Nano-Collective:feature/new-uifrom
itsnevu:fix/1114-ascii-logo-narrow
Open

fix(tui): fall back to compact text logo in short terminals (#1114)#1116
itsnevu wants to merge 1 commit into
Nano-Collective:feature/new-uifrom
itsnevu:fix/1114-ascii-logo-narrow

Conversation

@itsnevu

@itsnevu itsnevu commented Sep 1, 2026

Copy link
Copy Markdown

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).

…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.
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.

1 participant