mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-21 23:03:27 +00:00
...
This commit is contained in:
parent
c6d10c6a23
commit
b4cb9d7c4d
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue