aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ttyplay/input.rs')
-rw-r--r--src/bin/ttyplay/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ttyplay/input.rs b/src/bin/ttyplay/input.rs
index d7cdc57..31770fd 100644
--- a/src/bin/ttyplay/input.rs
+++ b/src/bin/ttyplay/input.rs
@@ -1,4 +1,4 @@
-pub async fn handle_input(
+pub async fn handle(
key: textmode::Key,
event_w: async_std::channel::Sender<crate::event::Event>,
) -> anyhow::Result<()> {