JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add control and meta combinations for arrow keys
[st.git] / st.info
diff --git a/st.info b/st.info
index 63af234..be2a47e 100644 (file)
--- a/st.info
+++ b/st.info
@@ -50,14 +50,14 @@ st| simpleterm,
        is2=\E[4l\E>,
        it#8,
        kbs=\177,
-       kcub1=\E[D,
-       kcud1=\E[B,
-       kcuf1=\E[C,
-       kcuu1=\E[A,
-       kLFT=\E[d,
-       kRIT=\E[c,
-       kind=\E[a,
-       kri=\E[b,
+       kcub1=\EOD,
+       kcud1=\EOB,
+       kcuf1=\EOC,
+       kcuu1=\EOA,
+       kLFT=\E[1;2D,
+       kRIT=\E[1;2C,
+       kind=\E[1;2B,
+       kri=\E[1;2A,
        kdch1=\E[3~,
        kich1=\E[2~,
        kend=\E[4~,