mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
render: pace title updates
Synchronize window title updates with window rendering.
This commit is contained in:
parent
b46ad6a50a
commit
9bbbd26c7a
4 changed files with 34 additions and 16 deletions
2
render.h
2
render.h
|
|
@ -12,10 +12,10 @@ void render_destroy(struct renderer *renderer);
|
|||
bool render_resize(struct terminal *term, int width, int height);
|
||||
bool render_resize_force(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_refresh_csd(struct terminal *term);
|
||||
void render_refresh_search(struct terminal *term);
|
||||
void render_refresh_title(struct terminal *term);
|
||||
bool render_xcursor_set(struct terminal *term);
|
||||
|
||||
struct render_worker_context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue