Add a default config value for background_image. Patch from Chris James. Fixes LP #234050

This commit is contained in:
Chris Jones 2008-05-23 17:24:36 +01:00
parent fc67f3676a
commit c37d934665
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class TerminatorConfValuestore:
'background_color' : '#000000',
'background_darkness' : 0.5,
'background_type' : 'solid',
'background_image' : '',
'backspace_binding' : 'ascii-del',
'delete_binding' : 'delete-sequence',
'cursor_blink' : False,