aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Aptel2010-09-02 21:59:05 +0200
committerAurélien Aptel2010-09-02 21:59:05 +0200
commite40fe883bc5eccdc984aeb3bb3316db6429926a5 (patch)
treebca5931489c7e30d04f489683670ce63795a1062
parentb90bff543603e09723d34993a22e19b1035400d9 (diff)
downloadaur-e40fe883bc5eccdc984aeb3bb3316db6429926a5.tar.gz
removed gfx chars not present in xterm acsc.
-rw-r--r--config.def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 01f6a7ce90bb..d729a5f5dbc8 100644
--- 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,