diff --git a/tui.go b/tui.go index 72a1a8f..ec85dc1 100644 --- a/tui.go +++ b/tui.go @@ -207,7 +207,7 @@ func init() { app = tview.NewApplication() pages = tview.NewPages() textArea = tview.NewTextArea(). - SetPlaceholder("Type your prompt...") + SetPlaceholder("input is multiline; press to start the next line;\npress to send the message.") textArea.SetBorder(true).SetTitle("input") textView = tview.NewTextView(). SetDynamicColors(true).