From 2e9b774214c6ca254cd06bd5515ad4799254073d Mon Sep 17 00:00:00 2001 From: NEO Date: Tue, 15 Apr 2025 22:32:02 +0800 Subject: [PATCH] Initilaize1 --- internal/ui/app/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ui/app/app.go b/internal/ui/app/app.go index 2d79cae..25cd12e 100644 --- a/internal/ui/app/app.go +++ b/internal/ui/app/app.go @@ -48,6 +48,7 @@ func NewApp(apiKey string) (*Model, error) { // Initialize text ti ti := textinput.New() + ti.VirtualCursor = false ti.Placeholder = "Send a message..." ti.Prompt = "> " ti.Focus()