[vte] emulation: Update DA1 response



commit 33e84644162ac3b5deea493433ac0e40f68738a0
Author: Christian Persch <chpe src gnome org>
Date:   Tue Mar 27 19:40:13 2018 +0200

    emulation: Update DA1 response
    
    Use 65 to indicate VT5xx.

 src/vteseq.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 22cca8c..d62a758 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -2113,7 +2113,7 @@ VteTerminalPrivate::DA1(vte::parser::Sequence const& seq)
         if (seq.collect1(0, 0) != 0)
                 return;
 
-        reply(seq, VTE_REPLY_DECDA1R, {62});
+        reply(seq, VTE_REPLY_DECDA1R, {65, 1, 9});
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]