aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 21:59:05 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 21:59:05 +0200
commite87203dea60f043a7d32d747c1d2d76de0b38fd0 (patch)
treea453e5cf1944d40ac79a116c8911b0f1f4bd9c06
parent9c504814dfe1d0cee72337a0d366ae99df398574 (diff)
downloadst-e87203dea60f043a7d32d747c1d2d76de0b38fd0.tar.gz
st-e87203dea60f043a7d32d747c1d2d76de0b38fd0.tar.bz2
removed gfx chars not present in xterm acsc.
-rw-r--r--config.def.h6
1 files changed, 0 insertions, 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,