chore: release v0.0.3

This commit is contained in:
Jack Wills
2022-05-08 19:30:42 +00:00
parent 251fea9115
commit cb72b9c328
5 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ impl InputHandler {
self.previous()
}
}
KeyCode::Down | KeyCode::Char('j')=> self.next(),
KeyCode::Down | KeyCode::Char('j') => self.next(),
KeyCode::PageDown => {
for _ in 0..=6 {
self.next()