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 a6f41b807cb9ba8089e86ab6942ca05e754c5ab0
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Mon Aug 14 15:47:21 2023 +0200
termptyesc: do not use spaces when giving terminal name
---
src/bin/termptyesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 76a3b2f..36e542c 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -2310,7 +2310,7 @@ _handle_esc_csi_term_version(Termpty *ty, Eina_Unicode **b)
ty->decoding_error = EINA_TRUE;
return;
}
- TERMPTY_WRITE_STR("\033P>|" PACKAGE_NAME " " PACKAGE_VERSION "\033\\");
+ TERMPTY_WRITE_STR("\033P>|" PACKAGE_NAME "(" PACKAGE_VERSION ")\033\\");
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.