diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-08 10:28:30 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-08 10:28:30 +0300 |
| commit | c0d5db29a581b6a21f2d009189649d4e98ab55dc (patch) | |
| tree | a604254133c225d6f43d3d3025ccf225ccda9337 /tables.go | |
| parent | 6ed96c9bd3cb2cd7afb980cf023a0f969651acbe (diff) | |
Chore (rag): x to exit label
Diffstat (limited to 'tables.go')
| -rw-r--r-- | tables.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
