removed gfx chars not present in xterm acsc.
This commit is contained in:
parent
7d325a3797
commit
ebc287271c
|
@ -55,16 +55,10 @@ static Key key[] = {
|
||||||
|
|
||||||
/* line drawing characters (sometime specific to each font...) */
|
/* line drawing characters (sometime specific to each font...) */
|
||||||
static char gfx[] = {
|
static char gfx[] = {
|
||||||
['+'] = '>',
|
|
||||||
[','] = '<',
|
|
||||||
['-'] = '^',
|
|
||||||
['.'] = 'v',
|
|
||||||
['0'] = '#',
|
|
||||||
['`'] = 0x01,
|
['`'] = 0x01,
|
||||||
['a'] = 0x02,
|
['a'] = 0x02,
|
||||||
['f'] = 'o',
|
['f'] = 'o',
|
||||||
['g'] = '+',
|
['g'] = '+',
|
||||||
['h'] = '#',
|
|
||||||
['i'] = '#',
|
['i'] = '#',
|
||||||
['j'] = 0x0B,
|
['j'] = 0x0B,
|
||||||
['k'] = 0x0C,
|
['k'] = 0x0C,
|
||||||
|
|
Loading…
Reference in New Issue