Start work on refactoring management of windows

This commit is contained in:
Kovid Goyal
2020-05-04 12:41:00 +05:30
parent e39da2b2bb
commit 50d9718c68
17 changed files with 1767 additions and 1659 deletions

View File

@@ -273,7 +273,7 @@ def launch(boss: Boss, opts: LaunchCLIOptions, args: List[str], target_tab: Opti
x = str(active.id)
final_cmd.append(x)
kw['cmd'] = final_cmd
if opts.type == 'overlay' and active and not active.overlay_window_id:
if opts.type == 'overlay' and active:
kw['overlay_for'] = active.id
if opts.stdin_source != 'none':
q = str(opts.stdin_source)