summaryrefslogtreecommitdiff
path: root/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.rs')
-rw-r--r--src/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.rs b/src/ui.rs
index 081802f..1fe15e8 100644
--- a/src/ui.rs
+++ b/src/ui.rs
@@ -137,7 +137,7 @@ fn handle_events(ui: &mut UI) -> io::Result<bool> {
}
}
KeyCode::Char('K') | KeyCode::Char('0') => {
- ui.scroll = ui.height;
+ ui.scroll = 1;
}
_ => {}
}