render: add render_refresh()

This commit is contained in:
Daniel Eklöf 2019-07-24 20:09:49 +02:00
parent 10a7b94804
commit ebf0a11fa0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 16 additions and 16 deletions

View file

@ -9,3 +9,4 @@ void grid_render(struct terminal *term);
void render_resize(struct terminal *term, int width, int height);
void render_set_title(struct terminal *term, const char *title);
void render_update_cursor_surface(struct terminal *term);
void render_refresh(struct terminal *term);