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.
This commit is contained in:
Aurélien Aptel
2010-03-15 23:56:38 +01:00
parent 5b945f0652
commit ba783c4517
2 changed files with 25 additions and 47 deletions

View File

@ -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[] = {