-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[FEATURE]: configurable TUI padding #20230
Copy link
Copy link
Open
Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
The main content area, sidebar, and dialogs all use hardcoded padding values (e.g. paddingLeft={2}, paddingRight={2} in the session layout). There is no way to reduce this through tui.json.
On narrow terminals or tmux splits, the fixed 2-column padding on each side eats into usable width noticeably.
Would it be possible to expose a padding option in tui.json, similar to how scroll_speed is already configurable? Even a single integer value controlling horizontal padding would be enough.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)