pub fn run_tui(
rx: Receiver<InterceptedItem>,
active: Arc<AtomicBool>,
) -> Result<()>Expand description
Run the TUI on the current thread (should be called from a dedicated OS thread).
pub fn run_tui(
rx: Receiver<InterceptedItem>,
active: Arc<AtomicBool>,
) -> Result<()>Run the TUI on the current thread (should be called from a dedicated OS thread).