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