diff options
Diffstat (limited to 'defaults.h')
-rw-r--r-- | defaults.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ #ifndef DEFAULT_FULLSCREEN #define DEFAULT_FULLSCREEN TRUE #endif -#ifndef DEFAULT_BOLD -#define DEFAULT_BOLD TRUE +#ifndef DEFAULT_ALLOW_BOLD +#define DEFAULT_ALLOW_BOLD TRUE #endif #ifndef DEFAULT_NUM_SCROLLBACK_LINES #define DEFAULT_NUM_SCROLLBACK_LINES -1 |