aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-03-15 23:56:38 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-03-15 23:56:38 +0100
commitba783c45170a227c0b7b0d406ba672a974abaaac (patch)
tree83cf39a9f9cddf47ac291d71351b441b4cf591fb /config.h
parent5b945f06525b3c800f6c2c997aa54d3cdc95b4f0 (diff)
downloadst-ba783c45170a227c0b7b0d406ba672a974abaaac.tar.gz
st-ba783c45170a227c0b7b0d406ba672a974abaaac.tar.bz2
double-buffering added using pixmap (finally).
results in a lot of simplification : - no more dirty flags (perf are good enough). - no more ugly gfx call in emulation functions. LINESPACE removed from config.h. BORDER is now handled correctly.
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index f881571..185b3ff 100644
--- a/config.h
+++ b/config.h
@@ -3,8 +3,7 @@
#define FONT "6x13"
#define BOLDFONT FONT"bold"
-#define BORDER 3
-#define LINESPACE 0 /* additional pixel between each line */
+#define BORDER 2
/* Terminal colors */
static const char *colorname[] = {