...
This commit is contained in:
parent
5d003ec772
commit
b6c1e1a609
@ -38,9 +38,10 @@ using this option means that you will not be notified of failures.
|
|||||||
return {'match': opts.match}
|
return {'match': opts.match}
|
||||||
|
|
||||||
def response_from_kitty(self, boss: Boss, window: Optional[Window], payload_get: PayloadGetType) -> ResponseType:
|
def response_from_kitty(self, boss: Boss, window: Optional[Window], payload_get: PayloadGetType) -> ResponseType:
|
||||||
tabs = self.tabs_for_match_payload(boss, window, payload_get)
|
for tab in self.tabs_for_match_payload(boss, window, payload_get):
|
||||||
if tabs:
|
if tab:
|
||||||
boss.set_active_tab(tabs[0])
|
boss.set_active_tab(tab)
|
||||||
|
break
|
||||||
|
|
||||||
|
|
||||||
focus_tab = FocusTab()
|
focus_tab = FocusTab()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user