mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
Fix remote command --match=all returns empty
This commit is contained in:
parent
0719c7f8bb
commit
ec35b0cc7c
1 changed files with 2 additions and 1 deletions
|
|
@ -342,7 +342,8 @@ class Boss:
|
|||
|
||||
def match_windows(self, match: str) -> Iterator[Window]:
|
||||
if match == 'all':
|
||||
return self.all_windows
|
||||
yield from self.all_windows
|
||||
return
|
||||
from .search_query_parser import search
|
||||
tab = self.active_tab
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue