Easier than actually tracking which kind it is
This commit is contained in:
parent
859c463a48
commit
2528353e2a
|
@ -112,7 +112,7 @@ class TerminatorTermTitle (gtk.EventBox):
|
|||
|
||||
if self._parent.terminator._zoomed and len (self._parent.terminator.term_list):
|
||||
self._unzoomed_title = self.get_terminal_title ()
|
||||
self.set_terminal_title ("Zoomed terminal, %d hidden" % (len (self._parent.terminator.term_list) - 1))
|
||||
self.set_terminal_title ("Zoomed/Maximised terminal, %d hidden" % (len (self._parent.terminator.term_list) - 1))
|
||||
self.show()
|
||||
return
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue