Enha: update placeholder msg

This commit is contained in:
Grail Finder
2025-11-24 17:49:14 +03:00
parent 41be229423
commit 73c048e666

2
tui.go
View File

@@ -207,7 +207,7 @@ func init() {
app = tview.NewApplication() app = tview.NewApplication()
pages = tview.NewPages() pages = tview.NewPages()
textArea = tview.NewTextArea(). textArea = tview.NewTextArea().
SetPlaceholder("Type your prompt...") SetPlaceholder("input is multiline; press <Enter> to start the next line;\npress <Esc> to send the message.")
textArea.SetBorder(true).SetTitle("input") textArea.SetBorder(true).SetTitle("input")
textView = tview.NewTextView(). textView = tview.NewTextView().
SetDynamicColors(true). SetDynamicColors(true).