[vte/wip/egmont/bidi: 98/105] kbdswap: go with 1243 instead of 2502



commit a2d2130355b969b79b864bb44d1a85984c427470
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Dec 8 00:02:56 2018 +0100

    kbdswap: go with 1243 instead of 2502

 BIDI-STATUS          | 4 ++--
 src/modes-private.hh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/BIDI-STATUS b/BIDI-STATUS
index 238708e4..ca99c46a 100644
--- a/BIDI-STATUS
+++ b/BIDI-STATUS
@@ -59,5 +59,5 @@ Useful aliases:
   alias box-normal='echo -ne "\e[?2500l"'
   alias auto='echo -ne "\e[?2501h"'
   alias noauto='echo -ne "\e[?2501l"'
-  alias kbdswap='echo -ne "\e[?2502h"'
-  alias nokbdswap='echo -ne "\e[?2502l"'
+  alias kbdswap='echo -ne "\e[?1243h"'
+  alias nokbdswap='echo -ne "\e[?1243l"'
diff --git a/src/modes-private.hh b/src/modes-private.hh
index e0ee078e..80bc80d2 100644
--- a/src/modes-private.hh
+++ b/src/modes-private.hh
@@ -164,9 +164,9 @@ MODE(VTE_BIDI_AUTO, 2501)
  * Whether to swap the Left and Right arrow keys if the cursor
  * stands over an RTL paragraphs.
  *
- * The number choice is temporary.
+ * The number choice is not necessarily final.
  */
-MODE(VTE_BIDI_SWAP_ARROW_KEYS, 2502)
+MODE(VTE_BIDI_SWAP_ARROW_KEYS, 1243)
 
 /* Not supported modes: */
 


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