1
0
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:
mo8it 2024-04-08 02:46:35 +02:00
parent 7c4d33654f
commit b5fc06bd56

@ -101,7 +101,7 @@ impl<'a> UiState<'a> {
let selected = state_file.next_exercise_ind(); let selected = state_file.next_exercise_ind();
let table_state = TableState::default() let table_state = TableState::default()
.with_offset(selected.saturating_sub(3)) .with_offset(selected.saturating_sub(10))
.with_selected(Some(selected)); .with_selected(Some(selected));
Self { Self {