diff options
author | Vic Fryzel <vicfryzel@gmail.com> | 2010-07-23 23:12:44 -0400 |
---|---|---|
committer | Vic Fryzel <vicfryzel@gmail.com> | 2010-07-23 23:12:44 -0400 |
commit | b584ef966d675763627dd71afe44a04144def800 (patch) | |
tree | 1c182df260fb3f87ba3cf7894a892d227a118c09 /defaults.h | |
parent | 5519c51b2fd546ea512e6a9eefbad8a8accc4ccd (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.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 |