From c0d5db29a581b6a21f2d009189649d4e98ab55dc Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 8 Mar 2026 10:28:30 +0300 Subject: Chore (rag): x to exit label --- tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tables.go') diff --git a/tables.go b/tables.go index e9d4eb6..e47a1ce 100644 --- a/tables.go +++ b/tables.go @@ -272,7 +272,7 @@ func makeRAGTable(fileList []string, loadedFiles []string) *tview.Flex { fileTable := tview.NewTable(). SetBorders(true) longStatusView := tview.NewTextView() - longStatusView.SetText("status text") + longStatusView.SetText("press x to exit") longStatusView.SetBorder(true).SetTitle("status") longStatusView.SetChangedFunc(func() { app.Draw() -- cgit v1.2.3