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

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit f314197f4f65db316f26a591b729e322fee7afb8
Author: Boris Faure <[email protected]>
AuthorDate: Sat Sep 19 16:20:12 2026 +0000

    termio: use the OSC 7 working directory if available
---
 src/bin/termio.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 2df1a49e..d2def2cb 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -457,6 +457,12 @@ termio_cwd_get(const Evas_Object *obj, char *buf, size_t size)
 
    EINA_SAFETY_ON_NULL_RETURN_VAL(sd, EINA_FALSE);
 
+   if (sd->pty->prop.cwd)
+     {
+        eina_strlcpy(buf, sd->pty->prop.cwd, size);
+        return EINA_TRUE;
+     }
+
    pid = termpty_pid_get(sd->pty);
 
 #if defined (__MacOSX__) || (defined (__MACH__) && defined (__APPLE__))

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

Reply via email to