Skip to main content

Module run

Module run 

Source
Expand description

TUI event loop for rgx filter.

Functions§

handle_key
run_tui
Run the TUI event loop to completion. Returns when the user hits Enter (emit) or Esc/q (discard). Input events come from crossterm’s blocking event::read() — the filter UI has no background work, so async is not needed.