highlight is now working properly well, can keep on going

This commit is contained in:
filipriec
2025-04-15 23:46:57 +02:00
parent 415bc2044d
commit af4567aa3d
9 changed files with 107 additions and 82 deletions

View File

@@ -34,6 +34,7 @@ impl FormState {
theme: &Theme,
is_edit_mode: bool,
is_highlight_mode: bool,
is_linewise_highlight: bool,
highlight_anchor: Option<(usize, usize)>,
total_count: u64,
current_position: u64,
@@ -51,6 +52,7 @@ impl FormState {
theme,
is_edit_mode,
is_highlight_mode,
is_linewise_highlight,
highlight_anchor,
total_count,
current_position,