From a6f41b807cb9ba8089e86ab6942ca05e754c5ab0 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 14 Aug 2023 15:47:21 +0200 Subject: [PATCH] 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 76a3b2f9..36e542c8 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