mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
render: resize: ignore ptmx read events during interactive resize
This commit is contained in:
parent
3565cbd636
commit
f4f1989b6e
3 changed files with 19 additions and 0 deletions
|
|
@ -810,6 +810,9 @@ 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);
|
||||
|
||||
static inline void term_reset_grapheme_state(struct terminal *term)
|
||||
{
|
||||
#if defined(FOOT_GRAPHEME_CLUSTERING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue