[vte/vte-0-60] parser: HTJ is not a NOP
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-60] parser: HTJ is not a NOP
- Date: Mon, 10 Aug 2020 15:59:26 +0000 (UTC)
commit dbfe0413e92229a9bf4e441fb075a20d1c6f54b5
Author: Christian Persch <chpe src gnome org>
Date: Mon Aug 10 17:51:27 2020 +0200
parser: HTJ is not a NOP
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]