summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-08 10:28:30 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-08 10:28:30 +0300
commitc0d5db29a581b6a21f2d009189649d4e98ab55dc (patch)
treea604254133c225d6f43d3d3025ccf225ccda9337 /tables.go
parent6ed96c9bd3cb2cd7afb980cf023a0f969651acbe (diff)
Chore (rag): x to exit label
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go2
1 files changed, 1 insertions, 1 deletions
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()