diff options
| author | adamdottv <[email protected]> | 2025-06-12 06:06:53 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-12 16:00:24 -0500 |
| commit | ae339015fc7c96a98c2e4c0a359d5500c7801c15 (patch) | |
| tree | bc2439001ed802ccf565070c8f9ccd5e70ea10b5 /packages/tui/internal/components/chat | |
| parent | cce2e4ad754479917fc8f6f24c1421cf19c04573 (diff) | |
| download | opencode-ae339015fc7c96a98c2e4c0a359d5500c7801c15.tar.gz opencode-ae339015fc7c96a98c2e4c0a359d5500c7801c15.zip | |
wip: refactoring tui
Diffstat (limited to 'packages/tui/internal/components/chat')
| -rw-r--r-- | packages/tui/internal/components/chat/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/components/chat/editor.go b/packages/tui/internal/components/chat/editor.go index 198958b09..89662ce6f 100644 --- a/packages/tui/internal/components/chat/editor.go +++ b/packages/tui/internal/components/chat/editor.go @@ -256,7 +256,7 @@ func (m *editorComponent) View() string { m.textarea.View(), ) textarea = styles.BaseStyle(). - Width(m.width). // -2). + Width(m.width). Border(lipgloss.NormalBorder(), true, true). BorderForeground(t.Border()). Render(textarea) |
