From b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 15 Mar 2010 23:56:38 +0100 Subject: 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. --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.h') 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[] = { -- cgit v1.2.3