pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d325a3
)
removed gfx chars not present in xterm acsc.
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 2 Sep 2010 19:59:05 +0000
(21:59 +0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 2 Sep 2010 19:59:05 +0000
(21:59 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
01f6a7c
..
d729a5f
100644
(file)
--- 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,