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

@@ -19,6 +19,7 @@ pub fn render_form(
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,
@@ -65,6 +66,7 @@ pub fn render_form(
theme,
is_edit_mode,
is_highlight_mode,
is_linewise_highlight,
highlight_anchor,
);
}