diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-09 23:01:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-09 23:01:38 +0200 |
| commit | 227de0db390fec4e1327a7cab6be4c1268848695 (patch) | |
| tree | f70ff9f3b23db47db0e0aeafa1bb1aad5abc71a8 /internal/tui/tui.go | |
| parent | bcaa22111ac619e317f7adfd60a1fc6bd4db8d29 (diff) | |
tui: add reverse sorting for dashboard tables (task 364)
Diffstat (limited to 'internal/tui/tui.go')
| -rw-r--r-- | internal/tui/tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go index af44b11..22dbf37 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -1223,6 +1223,7 @@ func (m Model) helpSections() []helpSection { lines: []string{ "tab/shift+tab tabs 1..7 jump tab r reset baseline", "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", "files: d dirs toggle v bubbles (dirs only) b metric", "flame: arrows/hjkl nav enter/click zoom click ancestor undo u/bs/esc undo o order", |
