Focus the first terminal
This commit is contained in:
parent
aa23129e08
commit
bd2f125191
|
@ -326,6 +326,7 @@ class Terminator:
|
||||||
term2 = self.splitaxis (term, True)
|
term2 = self.splitaxis (term, True)
|
||||||
self.splitaxis (term, False)
|
self.splitaxis (term, False)
|
||||||
self.splitaxis (term2, False)
|
self.splitaxis (term2, False)
|
||||||
|
term._vte.grab_focus ()
|
||||||
return (False)
|
return (False)
|
||||||
|
|
||||||
def on_delete_event (self, widget, event, data=None):
|
def on_delete_event (self, widget, event, data=None):
|
||||||
|
|
Loading…
Reference in New Issue