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:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user