mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Show more exercises before the selected one
This commit is contained in:
parent
7c4d33654f
commit
b5fc06bd56
@ -101,7 +101,7 @@ impl<'a> UiState<'a> {
|
||||
|
||||
let selected = state_file.next_exercise_ind();
|
||||
let table_state = TableState::default()
|
||||
.with_offset(selected.saturating_sub(3))
|
||||
.with_offset(selected.saturating_sub(10))
|
||||
.with_selected(Some(selected));
|
||||
|
||||
Self {
|
||||
|
Loading…
Reference in New Issue
Block a user