pub fn detect_protocol_from(
term_program: &str,
term: &str,
in_tmux: bool,
) -> NotificationProtocolExpand description
Decide the best protocol from environment signals. Pure (no I/O) so it can be unit-tested against synthetic env values.