[vte] parser: DECBI is NOP
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] parser: DECBI is NOP
- Date: Sat, 13 Feb 2021 20:34:30 +0000 (UTC)
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]