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:
parent
5c7cea5a3e
commit
1d55872e7a
3 changed files with 33 additions and 6 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue