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 12359511c97f6c19b24fd5b2c647773a3a5468a6
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Tue Aug 15 16:26:41 2023 +0200

    termptyesc: try only reporting VT420
---
 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 08f92f2..e69830c 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -3064,7 +3064,7 @@ _handle_esc_csi_da(Termpty *ty, Eina_Unicode **ptr)
          * 64 → VT520
          * 65 → VT525
          */
-        len = snprintf(bf, sizeof(bf), "\033[>61;337;%ic", 0);
+        len = snprintf(bf, sizeof(bf), "\033[>41;337;%ic", 0);
         break;
       default:
         /* Primary device attributes

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

Reply via email to