mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
...
This commit is contained in:
@@ -129,6 +129,7 @@ class Window:
|
|||||||
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):
|
||||||
val = bool(val)
|
val = bool(val)
|
||||||
|
|||||||
Reference in New Issue
Block a user