[PR #4068] fix: TUI layout breaking at narrow terminal widths #10863

Closed
opened 2026-02-16 18:15:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4068

State: closed
Merged: No


Summary

Fixes text disappearing and layout breaking when terminal width < 50 characters.

Changes

  • Auto-hide sidebar when terminal < 50 chars
  • Truncate header title and hide context info on narrow terminals
  • Make dialogs, logo, and bottom bar responsive
  • Ensure minimum content width of 20 chars

Test Plan

  • Terminal width < 35 chars
  • Terminal width 35-50 chars
  • Terminal width 50-60 chars
  • Terminal width > 60 chars

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4068 **State:** closed **Merged:** No --- ## Summary Fixes text disappearing and layout breaking when terminal width < 50 characters. ## Changes - Auto-hide sidebar when terminal < 50 chars - Truncate header title and hide context info on narrow terminals - Make dialogs, logo, and bottom bar responsive - Ensure minimum content width of 20 chars ## Test Plan - [ ] Terminal width < 35 chars - [ ] Terminal width 35-50 chars - [ ] Terminal width 50-60 chars - [ ] Terminal width > 60 chars 🤖 Generated with [Claude Code](https://claude.com/claude-code)
yindo added the pull-request label 2026-02-16 18:15:37 -05:00
yindo closed this issue 2026-02-16 18:15:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10863