[PR #13507] feat: add tui.no_terminal_padding_x config option #14697

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

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

State: closed
Merged: No


Adds a new configuration option tui.no_terminal_padding_x that removes horizontal padding in the terminal interface.

Changes

  • Added no_terminal_padding_x boolean option to TUI config schema
  • Implemented conditional padding in session view (0 when enabled, 2 when disabled)
  • Updated SDK types to include the new config field

Testing

  • All CI checks passing (typecheck, unit tests, check-standards)
  • Manual testing shows padding is properly removed when option is enabled

Fixes #9955

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13507 **State:** closed **Merged:** No --- Adds a new configuration option `tui.no_terminal_padding_x` that removes horizontal padding in the terminal interface. ## Changes - Added `no_terminal_padding_x` boolean option to TUI config schema - Implemented conditional padding in session view (0 when enabled, 2 when disabled) - Updated SDK types to include the new config field ## Testing - All CI checks passing (typecheck, unit tests, check-standards) - Manual testing shows padding is properly removed when option is enabled Fixes #9955
yindo added the pull-request label 2026-02-16 18:19:28 -05:00
yindo closed this issue 2026-02-16 18:19:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14697