Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/terminfo Remove kLFT and kRIT from putty.



details:   https://anonhg.NetBSD.org/src/rev/63ea5837e1fb
branches:  trunk
changeset: 821968:63ea5837e1fb
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Feb 23 13:22:53 2017 +0000

description:
Remove kLFT and kRIT from putty.
This allows left and right cursor key movement inside tmux on putty.
See https://github.com/tmux/tmux/issues/708.

diffstat:

 share/terminfo/terminfo |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 79bea61d8d5f -r 63ea5837e1fb share/terminfo/terminfo
--- a/share/terminfo/terminfo   Thu Feb 23 12:17:36 2017 +0000
+++ b/share/terminfo/terminfo   Thu Feb 23 13:22:53 2017 +0000
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses%gnu.org@localhost
 #
-#      $Revision: 1.10 $
-#      $Date: 2017/02/11 09:15:38 $
+#      $Revision: 1.11 $
+#      $Date: 2017/02/23 13:22:53 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -3698,7 +3698,7 @@
        initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/
              %02x%p4%{255}%*%{1000}%/%02x,
        is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,
-       kLFT=\E[D, kRIT=\E[C, kb2=\E[G, kbs=\177, kcbt=\E[Z,
+       kb2=\E[G, kbs=\177, kcbt=\E[Z,
        kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
        kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,
        kind=\E[B, kmous=\E[M, knp=\E[6~, kpp=\E[5~, kri=\E[A,



Home | Main Index | Thread Index | Old Index