aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorVic Fryzel <vicfryzel@gmail.com>2010-07-23 23:12:44 -0400
committerVic Fryzel <vicfryzel@gmail.com>2010-07-23 23:12:44 -0400
commitb584ef966d675763627dd71afe44a04144def800 (patch)
tree1c182df260fb3f87ba3cf7894a892d227a118c09 /defaults.h
parent5519c51b2fd546ea512e6a9eefbad8a8accc4ccd (diff)
Adding support for audible_bell, autohide_mouse, scroll_on_keystroke, scroll_on_output, visible_bell, word_chars. Fixing num_scrollback_lines and a few other minor bugs.
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults.h b/defaults.h
index b6c6bdc..fd7fe5a 100644
--- a/defaults.h
+++ b/defaults.h
@@ -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