Typing fixes
This commit is contained in:
parent
601cf01222
commit
5762baeed7
@ -275,8 +275,8 @@ def launch(boss: Boss, opts: LaunchCLIOptions, args: List[str], target_tab: Opti
|
|||||||
kw['cmd'] = final_cmd
|
kw['cmd'] = final_cmd
|
||||||
if opts.type == 'overlay' and active and not active.overlay_window_id:
|
if opts.type == 'overlay' and active and not active.overlay_window_id:
|
||||||
kw['overlay_for'] = active.id
|
kw['overlay_for'] = active.id
|
||||||
if opts.stdin_source and opts.stdin_source != 'none':
|
if opts.stdin_source != 'none':
|
||||||
q = opts.stdin_source
|
q = str(opts.stdin_source)
|
||||||
if opts.stdin_add_formatting:
|
if opts.stdin_add_formatting:
|
||||||
if q in ('@screen', '@screen_scrollback', '@alternate', '@alternate_scrollback'):
|
if q in ('@screen', '@screen_scrollback', '@alternate', '@alternate_scrollback'):
|
||||||
q = '@ansi_' + q[1:]
|
q = '@ansi_' + q[1:]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user