aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2012-09-26 20:21:08 +0200
committerChristoph Lohmann2012-09-26 20:21:08 +0200
commit1350ad943ec9df779b83500ee4d2f25917655f6b (patch)
tree7ce000d316862dd0a4dd0cc2eef7373b800d757b /config.def.h
parent5f3d1bfd3632cd0d99f977661186b687879fc654 (diff)
downloadaur-1350ad943ec9df779b83500ee4d2f25917655f6b.tar.gz
Implementing line drawing right.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index 1f0291ea4962..5a49b9d47bca 100644
--- a/config.def.h
+++ b/config.def.h
@@ -79,14 +79,6 @@ static Key key[] = {
/* Set TERM to this */
#define TNAME "st-256color"
-/* Line drawing characters (sometime specific to each font...) */
-static char gfx[] = {
- ['f'] = 'o',
- ['g'] = '+',
- ['i'] = '#',
- [255] = 0,
-};
-
/* double-click timeout (in milliseconds) between clicks for selection */
#define DOUBLECLICK_TIMEOUT 300
#define TRIPLECLICK_TIMEOUT (2*DOUBLECLICK_TIMEOUT)