opencode
opencode copied to clipboard
Fix symmetric padding in TUI input field
Fixed. The change was straightforward:
File: packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx:752
Change: paddingRight={1} → paddingRight={2}
This makes the horizontal padding symmetric (2 on both left and right sides), so the cursor and text won't touch the right edge of the input box anymore.
Closes #6890
opencode session | github run