termptyesc: do not use spaces when giving terminal name

This commit is contained in:
Boris Faure 2023-08-14 15:47:21 +02:00
parent 7f18277ceb
commit a6f41b807c
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -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