From fc67f3676a73c297c00cfc31e01703f2d03a1050 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 23 May 2008 13:46:10 +0100 Subject: [PATCH] we shouldn't prevent bold by default --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index b820636e..b601fca9 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -81,7 +81,7 @@ class TerminatorConfValuestore: 'profile_dir' : '/apps/gnome-terminal/profiles', 'titlebars' : True, 'titletips' : False, - 'allow_bold' : False, + 'allow_bold' : True, 'silent_bell' : True, 'background_color' : '#000000', 'background_darkness' : 0.5,