From ebc287271cd1c31a0a44826915257093867733ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Aptel?= Date: Thu, 2 Sep 2010 21:59:05 +0200 Subject: [PATCH] removed gfx chars not present in xterm acsc. --- config.def.h | 6 ------ 1 file changed, 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[] = { /* 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, -- 1.7.10.4