diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2009-10-28 14:34:22 +0100 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2009-10-28 14:34:22 +0100 |
commit | f2dff29a16ef0eb1a0b680cdd753471ba406e4f5 (patch) | |
tree | 4775c51b23882449aac731b5523323ed55211dc5 /config.h | |
parent | 4e6915a16b75c1e79142e15a9b23e761140d4e9b (diff) |
drawing is faster but the bold attr is not supported anymore.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |