diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 0aef8be..f0e5556 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -1,8 +1,9 @@ | |||
1 | 1 | ||
2 | #define FONT "-*-*-medium-r-*-*-*-120-75-75-*-60-*-*" | 2 | #define FONT "-*-*-medium-r-*-*-*-120-75-75-*-70-*-*" |
3 | #define BOLDFONT "-*-*-bold-r-*-*-*-120-75-75-*-60-*-*" | 3 | #define BOLDFONT "-*-*-bold-r-*-*-*-120-75-75-*-70-*-*" |
4 | /* If italic is not availbel, fall back to bold. */ | 4 | /* If italic is not availbel, fall back to bold. */ |
5 | #define ITALICFONT "-*-*-medium-o-*-*-*-120-75-75-*-60-*-*," BOLDFONT | 5 | #define ITALICFONT "-*-*-medium-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT |
6 | #define ITALICBOLDFONT "-*-*-bold-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT | ||
6 | 7 | ||
7 | /* Space in pixels around the terminal buffer */ | 8 | /* Space in pixels around the terminal buffer */ |
8 | #define BORDER 2 | 9 | #define BORDER 2 |