From f2dff29a16ef0eb1a0b680cdd753471ba406e4f5 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Wed, 28 Oct 2009 14:34:22 +0100 Subject: drawing is faster but the bold attr is not supported anymore. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 67c854e..7da5848 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define FONT "fixed" #define BORDER 3 -#define LINESPACE 1 /* additional pixel between each line */ +#define LINESPACE 0 /* additional pixel between each line */ /* Terminal colors */ static const char *colorname[] = { -- cgit v1.2.3