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 | a2d6f50665fc7afc0c779c04e40779e842bbcd6c (patch) | |
tree | 4775c51b23882449aac731b5523323ed55211dc5 /config.h | |
parent | 7958b410400e33d42bf52b5c931af72055178fe1 (diff) | |
download | st-a2d6f50665fc7afc0c779c04e40779e842bbcd6c.tar.gz st-a2d6f50665fc7afc0c779c04e40779e842bbcd6c.tar.bz2 |
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[] = { |