diff --git a/src/config/runtime.rs b/src/config/runtime.rs index cf43433..b55664e 100644 --- a/src/config/runtime.rs +++ b/src/config/runtime.rs @@ -153,7 +153,7 @@ pub fn runtime(args: &Args, command_order: Vec<&'static str>) -> Result(()) }; - if print_events { + if print_events && !clear { for (n, event) in action.events.iter().enumerate() { eprintln!("[EVENT {}] {}", n, event); } @@ -304,6 +304,16 @@ pub fn runtime(args: &Args, command_order: Vec<&'static str>) -> Result(()); #[cfg(not(target_os = "freebsd"))]