mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Fix remote command --match=all returns empty
This commit is contained in:
@@ -342,7 +342,8 @@ class Boss:
|
|||||||
|
|
||||||
def match_windows(self, match: str) -> Iterator[Window]:
|
def match_windows(self, match: str) -> Iterator[Window]:
|
||||||
if match == 'all':
|
if match == 'all':
|
||||||
return self.all_windows
|
yield from self.all_windows
|
||||||
|
return
|
||||||
from .search_query_parser import search
|
from .search_query_parser import search
|
||||||
tab = self.active_tab
|
tab = self.active_tab
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user