[vte] parser: DECBI is NOP



commit 92d51002f0228fe5f9702e6427c19e07385ec0f8
Author: Christian Persch <chpe src gnome org>
Date:   Sat Feb 13 21:31:08 2021 +0100

    parser: DECBI is NOP

 src/parser-seq.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/parser-seq.py b/src/parser-seq.py
index 9f33781d..bd973e76 100755
--- a/src/parser-seq.py
+++ b/src/parser-seq.py
@@ -372,7 +372,7 @@ sequences = [
                comment='double width double height line: bottom half'),
     seq_ESCAPE('DECSWL', '5', intermediates=(Intermediate.HASH,), flags=Flags.NOP,
                comment='single width single height line'),
-    seq_ESCAPE('DECBI', '6',
+    seq_ESCAPE('DECBI', '6', flags=Flags.NOP,
                comment='back index'),
     seq_ESCAPE('DECDWL', '6', intermediates=(Intermediate.HASH,), flags=Flags.NOP,
                comment='double width single height line'),


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