started to go through st.info and fix things. - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 42344b715420a26a5711bb687a0e5f68bbcd3c86
 (DIR) parent a79bc96c94e786c0e542539f80b622147d7385ac
 (HTM) 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:
         M st.info                             |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) 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,