mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: add render_refresh()
This commit is contained in:
parent
10a7b94804
commit
ebf0a11fa0
5 changed files with 16 additions and 16 deletions
1
render.h
1
render.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue