From 42344b715420a26a5711bb687a0e5f68bbcd3c86 Mon Sep 17 00:00:00 2001
From: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Wed, 1 Sep 2010 22:54:07 +0200
Subject: started to go through st.info and fix things.

---
 st.info | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/st.info b/st.info
index 3cb993c..ca4679b 100644
--- 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,
-- 
cgit v1.2.3