st

fork of suckless's simple terminal
Index Commits Files Refs README LICENSE
commit 42344b715420a26a5711bb687a0e5f68bbcd3c86
parent a79bc96c94e786c0e542539f80b622147d7385ac
Author: Aurélien Aptel <aurelien.aptel@gmail.com>
Date:   Wed,  1 Sep 2010 22:54:07 +0200

started to go through st.info and fix things.

Diffstat:
Mst.info | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/st.info b/st.info
@@ -4,10 +4,13 @@ st| simpleterm,
     bel=^G,
     bold=\E[1m,
     cbt=\E[Z,
+    civis=\E[?25l
     clear=\E[H\E[2J,
+    cnorm=\E[?12l\E[?25h,
     colors#8,
     cols#80,
     cr=^M,
+    csr=\E[%i%p1%d;%p2%dr,
     cub1=\E[D,
     cud1=\E[B,
     cuf1=\E[C,