summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2020-08-22 20:54:00 +0200
committerChristian Persch <chpe@src.gnome.org>2020-08-22 20:54:00 +0200
commit0da115c1362448265305134bdc998ceb34c17bad (patch)
tree932e58321ae601167ad7d8dc094117f77aaa8d85
parentb11351e19e61a5bf07ddad6587af24211dd7e63c (diff)
downloadvte-0da115c1362448265305134bdc998ceb34c17bad.tar.gz
parser: HTJ is not a NOP0.61.91
(cherry picked from commit dbfe0413e92229a9bf4e441fb075a20d1c6f54b5)
-rw-r--r--src/parser-esc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser-esc.hh b/src/parser-esc.hh
index 7eefe8e7..1c12aa4e 100644
--- a/src/parser-esc.hh
+++ b/src/parser-esc.hh
@@ -41,7 +41,7 @@ _VTE_SEQ(NEL, ESCAPE, 'E', NONE, 0, NONE ) /* next-line
_VTE_NOQ(SSA, ESCAPE, 'F', NONE, 0, NONE ) /* start of selected area */
_VTE_NOQ(ESA, ESCAPE, 'G', NONE, 0, NONE ) /* end of selected area */
_VTE_SEQ(HTS, ESCAPE, 'H', NONE, 0, NONE ) /* horizontal-tab-set */
-_VTE_NOQ(HTJ, ESCAPE, 'I', NONE, 0, NONE ) /* character tabulation with justification */
+_VTE_SEQ(HTJ, ESCAPE, 'I', NONE, 0, NONE ) /* character tabulation with justification */
_VTE_NOQ(VTS, ESCAPE, 'J', NONE, 0, NONE ) /* line tabulation set */
_VTE_NOQ(PLD, ESCAPE, 'K', NONE, 0, NONE ) /* partial line forward */
_VTE_NOQ(PLU, ESCAPE, 'L', NONE, 0, NONE ) /* partial line backward */