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 880489ced2d1da7cbc6c943a5d81ce1a2d663086
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Thu Aug 17 13:09:24 2023 +0200

    Revert "termptyesc: try only reporting VT420"
    
    This reverts commit 12359511c97f6c19b24fd5b2c647773a3a5468a6.
---
 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 e69830c..08f92f2 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[>41;337;%ic", 0);
+        len = snprintf(bf, sizeof(bf), "\033[>61;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