we shouldn't prevent bold by default

This commit is contained in:
Chris Jones 2008-05-23 13:46:10 +01:00
parent fa448d7925
commit fc67f3676a
1 changed files with 1 additions and 1 deletions

View File

@ -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,