mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: move render() function to the 'render' module
This commit is contained in:
parent
af8682210e
commit
2c3ab701e7
3 changed files with 59 additions and 80 deletions
1
render.h
1
render.h
|
|
@ -10,6 +10,7 @@ void render_resize(struct terminal *term, int width, int height);
|
|||
void render_set_title(struct terminal *term, const char *title);
|
||||
void render_refresh(struct terminal *term);
|
||||
|
||||
void render_search_box(struct terminal *term);
|
||||
bool render_reload_cursor_theme(struct terminal *term);
|
||||
void render_update_cursor_surface(struct terminal *term);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue