Display active match and allow going to next or previous match

We still need to write a unit test for this, as well as add a keybinding.
This commit is contained in:
Antonio Scandurra 2022-01-29 14:38:58 +01:00
parent 5c7cea5a3e
commit 1d55872e7a
3 changed files with 33 additions and 6 deletions

View file

@ -100,6 +100,7 @@ pub struct Find {
pub hovered_mode_button: ContainedText,
pub active_hovered_mode_button: ContainedText,
pub match_background: Color,
pub match_index: ContainedText,
}
#[derive(Clone, Deserialize, Default)]