Skip to content

Commit

Permalink
Merge pull request #462 from mattrose/issue-392
Browse files Browse the repository at this point in the history
tell titlebar to start focussed out if it does not have focus
  • Loading branch information
mattrose authored Jul 2, 2021
2 parents 2d38070 + 6c7635c commit 3bb7d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def __init__(self):
self.titlebar.connect('edit-done', self.on_edit_done)
self.connect('title-change', self.titlebar.set_terminal_title)
self.titlebar.connect('create-group', self.really_create_group)
self.titlebar.update('window-focus-out')
self.titlebar.show_all()

self.searchbar = Searchbar()
Expand Down

0 comments on commit 3bb7d53

Please sign in to comment.