mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -128,6 +128,7 @@ class Window:
|
||||
for x in self.child.cmdline:
|
||||
if pat.search(x) is not None:
|
||||
return True
|
||||
return False
|
||||
return False
|
||||
|
||||
def set_visible_in_layout(self, window_idx, val):
|
||||
|
||||
Reference in New Issue
Block a user