render: resize: ignore ptmx read events during interactive resize

This commit is contained in:
Daniel Eklöf 2022-10-06 17:23:56 +02:00
parent 3565cbd636
commit f4f1989b6e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 19 additions and 0 deletions

View file

@ -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)