search: move render() function to the 'render' module

This commit is contained in:
Daniel Eklöf 2019-08-29 20:18:06 +02:00
parent af8682210e
commit 2c3ab701e7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 59 additions and 80 deletions

View file

@ -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);