Enabling enacs and adding compatibility to xterm and urxvt for alternative - 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 980c5956ed4eb0c1e748f1e5c550fabdaaf4ef14
 (DIR) parent eb360e5fd151107ca8088a9c1aad33aa373c4fb0
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue, 25 Sep 2012 21:17:43 +0200
       
       Enabling enacs and adding compatibility to xterm and urxvt for alternative
       
       charsets.
       Diffstat:
         M st.c                                |       1 +
         M st.info                             |       1 +
       
       2 files changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -1700,6 +1700,7 @@ tputc(char *c, int len) {
                                        strescseq.type = ascii;
                                        term.esc |= ESC_STR;
                                        break;
       +                        case ')':
                                case '(':
                                        term.esc |= ESC_ALTCHARSET;
                                        break;
 (DIR) diff --git a/st.info b/st.info
       @@ -33,6 +33,7 @@ st| simpleterm,
                ed=\E[J,
                el=\E[K,
                el1=\E[1K,
       +        enacs=\E)0,
                flash=\E[?5h\E[?5l,
                fsl=^G,
                home=\E[H,