summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components/chat
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-05-01 12:48:19 +0200
committeradamdottv <[email protected]>2025-05-01 11:07:47 -0500
commite4680caebb7235988450f6b1d59da2e46a78e567 (patch)
tree94b4a560276748b86c67684b6c3053d587076787 /internal/tui/components/chat
parente760d28c5a125f7f4de30cf0491be53e32bb897d (diff)
downloadopencode-e4680caebb7235988450f6b1d59da2e46a78e567.tar.gz
opencode-e4680caebb7235988450f6b1d59da2e46a78e567.zip
some small fixes
Diffstat (limited to 'internal/tui/components/chat')
-rw-r--r--internal/tui/components/chat/message.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/tui/components/chat/message.go b/internal/tui/components/chat/message.go
index f8d721f19..5163ec735 100644
--- a/internal/tui/components/chat/message.go
+++ b/internal/tui/components/chat/message.go
@@ -30,11 +30,6 @@ const (
maxResultHeight = 10
)
-// getDiffWidth returns the width for the diff formatting
-func getDiffWidth(width int) int {
- return width
-}
-
type uiMessage struct {
ID string
messageType uiMessageType