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 | b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f (patch) | |
tree | 83cf39a9f9cddf47ac291d71351b441b4cf591fb /config.h | |
parent | 0f4dd5035ed920c67133f1a4b8aef5cbd957c7be (diff) | |
download | st-b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f.tar.gz st-b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f.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[] = { |