Skip to content

Commit

Permalink
Fix ScrollUpHalf
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Apr 10, 2024
1 parent 7c6dffc commit 96ffe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)?;
}
Expand Down

0 comments on commit 96ffe86

Please sign in to comment.