[vte/vte-0-62: 2/2] parser: HTJ is not a NOP




commit 0da115c1362448265305134bdc998ceb34c17bad
Author: Christian Persch <chpe src gnome org>
Date:   Sat Aug 22 20:54:00 2020 +0200

    parser: HTJ is not a NOP
    
    (cherry picked from commit dbfe0413e92229a9bf4e441fb075a20d1c6f54b5)

 src/parser-esc.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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 */


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