Fix ScrollUpHalf

pull/691/merge
Arijit Basu 1 month ago
parent 7c6dffc2c6
commit 96ffe8680b
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -411,7 +411,7 @@ impl Runner {
}
ScrollUpHalf => {
app = app.focus_next_by_relative_index(
app = app.focus_previous_by_relative_index(
terminal.size()?.height as usize / 2,
)?;
}

Loading…
Cancel
Save