diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-26 22:59:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-26 22:59:16 +0200 |
| commit | dc7478d7dadf544787a9718608f11312bd2ea944 (patch) | |
| tree | dc445798ab132e08d8885672fcca0a37facd25ea /internal/tui/msg.go | |
| parent | 39a11ed5997a3829751dfbe4b666d3568d466276 (diff) | |
tui: revamp status keys and add pid/tid reselection flow
Diffstat (limited to 'internal/tui/msg.go')
| -rw-r--r-- | internal/tui/msg.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/tui/msg.go b/internal/tui/msg.go index c69e806..47aacb1 100644 --- a/internal/tui/msg.go +++ b/internal/tui/msg.go @@ -5,6 +5,9 @@ import "ior/internal/tui/messages" // PidSelectedMsg is emitted when the user selects a PID from the process table. type PidSelectedMsg = messages.PidSelectedMsg +// TidSelectedMsg is emitted when the user selects a TID from the thread table. +type TidSelectedMsg = messages.TidSelectedMsg + // StatsTickMsg carries a fresh immutable snapshot from the stats engine. type StatsTickMsg = messages.StatsTickMsg |
