Prechádzať zdrojové kódy

removed gfx chars not present in xterm acsc.

Aurélien Aptel 14 rokov pred
rodič
commit
ebc287271c
1 zmenil súbory, kde vykonal 0 pridanie a 6 odobranie
  1. 0 6
      config.def.h

+ 0 - 6
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,