Support for overlay windows in the layout manager

This commit is contained in:
Kovid Goyal
2018-02-03 08:36:39 +05:30
parent cc9a19b303
commit 51c0f01539
3 changed files with 143 additions and 51 deletions

View File

@@ -88,6 +88,8 @@ class Window:
def __init__(self, tab, child, opts, args, override_title=None):
self.override_title = override_title
self.overlay_window_id = None
self.overlay_for = None
self.child_title = appname
self.id = add_window(tab.os_window_id, tab.id, self.title)
if not self.id: