diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-02 21:59:05 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-02 21:59:05 +0200 |
commit | ebc287271cd1c31a0a44826915257093867733ac (patch) | |
tree | a453e5cf1944d40ac79a116c8911b0f1f4bd9c06 /config.def.h | |
parent | 7d325a3797006297e47cbdcb4a5de61348c82664 (diff) | |
download | st-ebc287271cd1c31a0a44826915257093867733ac.tar.gz st-ebc287271cd1c31a0a44826915257093867733ac.zip |
removed gfx chars not present in xterm acsc.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index 01f6a7c..d729a5f 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -55,16 +55,10 @@ static Key key[] = { | |||
55 | 55 | ||
56 | /* line drawing characters (sometime specific to each font...) */ | 56 | /* line drawing characters (sometime specific to each font...) */ |
57 | static char gfx[] = { | 57 | static char gfx[] = { |
58 | ['+'] = '>', | ||
59 | [','] = '<', | ||
60 | ['-'] = '^', | ||
61 | ['.'] = 'v', | ||
62 | ['0'] = '#', | ||
63 | ['`'] = 0x01, | 58 | ['`'] = 0x01, |
64 | ['a'] = 0x02, | 59 | ['a'] = 0x02, |
65 | ['f'] = 'o', | 60 | ['f'] = 'o', |
66 | ['g'] = '+', | 61 | ['g'] = '+', |
67 | ['h'] = '#', | ||
68 | ['i'] = '#', | 62 | ['i'] = '#', |
69 | ['j'] = 0x0B, | 63 | ['j'] = 0x0B, |
70 | ['k'] = 0x0C, | 64 | ['k'] = 0x0C, |