implement search

This commit is contained in:
Piotr Kocia 2025-03-25 23:34:58 +01:00
parent e2c4ea3535
commit 67120e9940
5 changed files with 262 additions and 156 deletions

View file

@ -5317,8 +5317,6 @@ render_refresh_csd(struct terminal *term)
term->render.refresh.csd = true;
}
// TODO (kociap): Rename to something more indicative, e.g.
// render_refresh_vimode_search_box_search_box
void
render_refresh_vimode_search_box(struct terminal *term)
{