st

fork of suckless's simple terminal
Index Commits Files Refs README LICENSE
commit 466decd53552059bfba9551a924354ae989cb46a
parent 930b2c4a7f222e15e6493d5bbb8fd90e681d2626
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  3 Sep 2012 21:54:40 +0200

Fixing a type in in2 in the st.info.

Diffstat:
Mst.info | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.info b/st.info
@@ -46,7 +46,7 @@ st| simpleterm,
     ind=^J,
     indn=\E[%p1%dS,
     invis=\E[8m,
-    in2=\E[4l\E>,
+    is2=\E[4l\E>,
     it#8,
     kbs=\177,
     kcub1=\E[D,