JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed gfx chars not present in xterm acsc.
[st.git] / config.def.h
index 01f6a7c..d729a5f 100644 (file)
@@ -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,