This is an automated email from the git hooks/post-receive script.

git pushed a commit to reference refs/pull/36/head
in repository terminology.

View the commit online.

commit 3a767ad141557a134c2f31e7d695e37ef877db6e
Author: [email protected] <[email protected]>
AuthorDate: Sun Mar 22 13:08:04 2026 -0600

    fix: send resize after tymux native switch
    
    The _termio_tymux_switch_job function attaches to the daemon but
    never sent a RESIZE, leaving the PTY with stale dimensions.  Add
    the missing termsession_resize call after session setup.
---
 src/bin/termio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 024f33b6..075b8e04 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -3879,6 +3879,7 @@ _termio_tymux_switch_job(void *data)
    if (sd->term)
      term_tymux_indicator_set(sd->term, EINA_TRUE);
 
+   termtymux_resize(tymux, sd->grid.w, sd->grid.h);
    _smart_apply(obj);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to