mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 01:38:02 +02:00
Merge branch 'fix-new_os_window' of https://github.com/blueyed/kitty
This commit is contained in:
@@ -124,7 +124,7 @@ def create_session(opts, args=None, special_window=None, cwd_from=None, respect_
|
|||||||
ans.tabs[-1].layout = current_layout
|
ans.tabs[-1].layout = current_layout
|
||||||
if special_window is None:
|
if special_window is None:
|
||||||
cmd = args.args if args and args.args else resolved_shell(opts)
|
cmd = args.args if args and args.args else resolved_shell(opts)
|
||||||
if args.hold:
|
if args and args.hold:
|
||||||
cmd = [kitty_exe(), '+hold'] + cmd
|
cmd = [kitty_exe(), '+hold'] + cmd
|
||||||
from kitty.tabs import SpecialWindow
|
from kitty.tabs import SpecialWindow
|
||||||
k = {'cwd_from': cwd_from}
|
k = {'cwd_from': cwd_from}
|
||||||
|
|||||||
Reference in New Issue
Block a user