diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-03-15 23:56:38 +0100 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-03-15 23:56:38 +0100 |
commit | ba783c45170a227c0b7b0d406ba672a974abaaac (patch) | |
tree | 83cf39a9f9cddf47ac291d71351b441b4cf591fb /config.h | |
parent | 5b945f06525b3c800f6c2c997aa54d3cdc95b4f0 (diff) | |
download | st-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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[] = { |