mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
render: implement render_refresh_margins()
For now, it will reset term->render.last_buf to NULL, and then calls grid_render() to do a full screen refresh.
This commit is contained in:
parent
52af2694ff
commit
2488c3935b
3 changed files with 25 additions and 2 deletions
1
render.h
1
render.h
|
|
@ -13,6 +13,7 @@ bool render_resize(struct terminal *term, int width, int height);
|
|||
bool render_resize_force(struct terminal *term, int width, int height);
|
||||
|
||||
void render_refresh(struct terminal *term);
|
||||
void render_refresh_margins(struct terminal *term);
|
||||
void render_refresh_csd(struct terminal *term);
|
||||
void render_refresh_search(struct terminal *term);
|
||||
void render_refresh_title(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue