Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removed gfx chars not present in xterm acsc.
[st.git]
/
config.def.h
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[] = {
/* line drawing characters (sometime specific to each font...) */
static char gfx[] = {
- ['+'] = '>',
- [','] = '<',
- ['-'] = '^',
- ['.'] = 'v',
- ['0'] = '#',
['`'] = 0x01,
['a'] = 0x02,
['f'] = 'o',
['g'] = '+',
['`'] = 0x01,
['a'] = 0x02,
['f'] = 'o',
['g'] = '+',
- ['h'] = '#',
['i'] = '#',
['j'] = 0x0B,
['k'] = 0x0C,
['i'] = '#',
['j'] = 0x0B,
['k'] = 0x0C,