mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
term: break out 'flash' to a separate 'term' function
This commit is contained in:
parent
89f1b3ae73
commit
e3dc184882
3 changed files with 19 additions and 13 deletions
|
|
@ -382,3 +382,4 @@ void term_mouse_motion(struct terminal *term, int button, int row, int col,
|
|||
bool shift, bool alt, bool ctrl);
|
||||
|
||||
void term_set_window_title(struct terminal *term, const char *title);
|
||||
void term_flash(struct terminal *term, unsigned duration_ms);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue