Allow creating overlay-main windows, which are treated as the active window unlike normal overlays

Fixes #5392
This commit is contained in:
Kovid Goyal
2022-09-03 19:04:31 +05:30
parent a420d9d19c
commit 607bc845fc
7 changed files with 42 additions and 12 deletions

View File

@@ -211,7 +211,7 @@ class Tab: # {{{
@property
def active_window_for_cwd(self) -> Optional[Window]:
return self.windows.active_group_base
return self.windows.active_group_main
@property
def title(self) -> str: