removed gfx chars not present in xterm acsc. - 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 ebc287271cd1c31a0a44826915257093867733ac
 (DIR) parent 7d325a3797006297e47cbdcb4a5de61348c82664
 (HTM) Author: Aurélien Aptel <aurelien.aptel@gmail.com>
       Date:   Thu,  2 Sep 2010 21:59:05 +0200
       
       removed gfx chars not present in xterm acsc.
       
       Diffstat:
         M config.def.h                        |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       @@ -55,16 +55,10 @@ static Key key[] = {
        
        /* line drawing characters (sometime specific to each font...) */
        static char gfx[] = {
       -        ['+'] = '>',
       -        [','] = '<',
       -        ['-'] = '^',
       -        ['.'] = 'v',
       -        ['0'] = '#',
                ['`'] = 0x01,
                ['a'] = 0x02,
                ['f'] = 'o',
                ['g'] = '+',
       -        ['h'] = '#',
                ['i'] = '#',
                ['j'] = 0x0B,
                ['k'] = 0x0C,