mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
term_ptmx_{pause,resume}: return success/fail
This commit is contained in:
parent
54d637e2b4
commit
c5c97c2fd4
2 changed files with 14 additions and 14 deletions
|
|
@ -810,8 +810,8 @@ void term_collect_urls(struct terminal *term);
|
|||
void term_osc8_open(struct terminal *term, uint64_t id, const char *uri);
|
||||
void term_osc8_close(struct terminal *term);
|
||||
|
||||
void term_ptmx_pause(struct terminal *term);
|
||||
void term_ptmx_resume(struct terminal *term);
|
||||
bool term_ptmx_pause(struct terminal *term);
|
||||
bool term_ptmx_resume(struct terminal *term);
|
||||
|
||||
static inline void term_reset_grapheme_state(struct terminal *term)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue