summaryrefslogtreecommitdiff
path: root/internal/tui/help.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-09 22:02:59 +0300
committerPaul Buetow <paul@buetow.org>2026-05-09 22:02:59 +0300
commit662dcfd7ca96d0d4157f9d30b04518db5adfbe45 (patch)
tree7b1537b3aa27e233ce1b2a31e5c0a5395b5d5a68 /internal/tui/help.go
parenteed407b0e252a0105619daf79b8bc236ff5f487d (diff)
show auto-reset countdown and document the cycle
Renders the next-tick countdown ("12s/30s") in the dashboard chrome so users can see when aggregates will clear, and adds a dedicated H-help line spelling out the cycle keys (off → 10s → 30s → 1m → 2m → 5m). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'internal/tui/help.go')
-rw-r--r--internal/tui/help.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/tui/help.go b/internal/tui/help.go
index 21a78ac..ba4ed02 100644
--- a/internal/tui/help.go
+++ b/internal/tui/help.go
@@ -63,7 +63,8 @@ func (m Model) helpSections() []helpSection {
{
title: "Dashboard Tabs",
lines: []string{
- "tab/shift+tab tabs 1..7 jump tab r reset baseline I auto-reset R parquet rec",
+ "tab/shift+tab tabs 1..7 jump tab r reset baseline R parquet rec",
+ "I cycle auto-reset (off → 10s → 30s → 1m → 2m → 5m); status shows remaining/total",
"sys/files/proc/stream tables: arrows or hjkl move pgup/pgdown page g/G top/bottom",
"sys/files/proc tables: s sort S reverse sort",
"sys/proc: v bubbles b metric events/bytes",