From dc7478d7dadf544787a9718608f11312bd2ea944 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Feb 2026 22:59:16 +0200 Subject: tui: revamp status keys and add pid/tid reselection flow --- internal/tui/msg.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/tui/msg.go') 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 -- cgit v1.2.3