mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-17 06:46:21 -04:00
feat: clsoe dialog
This commit is contained in:
parent
72d9a13c0c
commit
41ed7a81a2
15 changed files with 601 additions and 4 deletions
1
render.h
1
render.h
|
|
@ -27,6 +27,7 @@ void render_refresh_csd(struct terminal *term);
|
|||
void render_refresh_search(struct terminal *term);
|
||||
void render_refresh_title(struct terminal *term);
|
||||
void render_refresh_urls(struct terminal *term);
|
||||
void render_refresh_msgs(struct terminal *term);
|
||||
bool render_xcursor_set(
|
||||
struct seat *seat, struct terminal *term, enum cursor_shape shape);
|
||||
bool render_xcursor_is_valid(const struct seat *seat, const char *cursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue