aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ttyplay/event.rs')
-rw-r--r--src/bin/ttyplay/event.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/ttyplay/event.rs b/src/bin/ttyplay/event.rs
index f3bbc62..38dcb8a 100644
--- a/src/bin/ttyplay/event.rs
+++ b/src/bin/ttyplay/event.rs
@@ -13,6 +13,8 @@ pub enum TimerAction {
LastFrame,
NextFrame,
PreviousFrame,
+ SpeedUp,
+ SlowDown,
Quit,
}