summaryrefslogtreecommitdiffstats
path: root/src/key_command/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/command.rs')
-rw-r--r--src/key_command/command.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key_command/command.rs b/src/key_command/command.rs
index 6560ed1..a814d77 100644
--- a/src/key_command/command.rs
+++ b/src/key_command/command.rs
@@ -25,8 +25,8 @@ pub enum Command {
CursorMoveDown(usize),
CursorMoveHome,
CursorMoveEnd,
- CursorMovePageUp,
- CursorMovePageDown,
+ CursorMovePageUp(f64),
+ CursorMovePageDown(f64),
ParentCursorMoveUp(usize),
ParentCursorMoveDown(usize),