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()