From 73c048e666a75d3f2c01e89f15f329136f59e2d5 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 24 Nov 2025 17:49:14 +0300 Subject: Enha: update placeholder msg --- tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3