Adding the search term to the title bar, removing with_search argument
This commit is contained in:
@@ -59,7 +59,7 @@ class Terminal(object):
|
||||
self.loader = LoadScreen(self)
|
||||
self._display = None
|
||||
self._mailcap_dict = mailcap.getcaps()
|
||||
self._term = os.environ['TERM']
|
||||
self._term = os.environ.get('TERM')
|
||||
|
||||
@property
|
||||
def up_arrow(self):
|
||||
|
||||
Reference in New Issue
Block a user