aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ttyplay/main.rs')
-rw-r--r--src/bin/ttyplay/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ttyplay/main.rs b/src/bin/ttyplay/main.rs
index d05ba5d..e295932 100644
--- a/src/bin/ttyplay/main.rs
+++ b/src/bin/ttyplay/main.rs
@@ -61,7 +61,7 @@ async fn async_main(opt: Opt) -> anyhow::Result<()> {
speed,
);
- event::handle_events(event_r, timer_w.clone(), output, paused).await?;
+ event::handle_events(event_r, timer_w.clone(), output).await?;
timer_w.send(event::TimerAction::Quit).await?;
timer_task.await;