billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=9977b8a63ba632f756b9f2daf499367024ac2daa

commit 9977b8a63ba632f756b9f2daf499367024ac2daa
Author: Boris Faure <[email protected]>
Date:   Wed May 6 23:49:00 2020 +0200

    termpty: set TERM_PROGRAM/TERM_PROGRAM_VERSION env variables
---
 src/bin/termpty.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index d881d31..604def5 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -769,6 +769,8 @@ termpty_new(const char *cmd, Eina_Bool login_shell, const 
char *cd,
              putenv("TERM=xterm");
           }
         putenv("XTERM_256_COLORS=1");
+        putenv("TERM_PROGRAM=terminology");
+        putenv("TERM_PROGRAM_VERSION=" PACKAGE_VERSION);
         if (window_id)
           {
              char buf[256];

-- 


Reply via email to