summaryrefslogtreecommitdiff
path: root/internal/tui/msg.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-26 22:59:16 +0200
committerPaul Buetow <paul@buetow.org>2026-02-26 22:59:16 +0200
commitdc7478d7dadf544787a9718608f11312bd2ea944 (patch)
treedc445798ab132e08d8885672fcca0a37facd25ea /internal/tui/msg.go
parent39a11ed5997a3829751dfbe4b666d3568d466276 (diff)
tui: revamp status keys and add pid/tid reselection flow
Diffstat (limited to 'internal/tui/msg.go')
-rw-r--r--internal/tui/msg.go3
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