1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02: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

View File

@ -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 {