diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-11-24 17:49:14 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-11-24 17:49:14 +0300 |
| commit | 73c048e666a75d3f2c01e89f15f329136f59e2d5 (patch) | |
| tree | e393035b9463faa9f8e362cdee2e57370bbf1040 /tui.go | |
| parent | 41be229423a2dcfbc6d05881e4d5608aae728d2b (diff) | |
Enha: update placeholder msg
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ func init() { app = tview.NewApplication() pages = tview.NewPages() 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") textView = tview.NewTextView(). SetDynamicColors(true). |
