mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
allow_remote_control should be per window not per child
This commit is contained in:
@@ -223,10 +223,8 @@ class Child:
|
||||
stdin: Optional[bytes] = None,
|
||||
env: Optional[Dict[str, str]] = None,
|
||||
cwd_from: Optional['CwdRequest'] = None,
|
||||
allow_remote_control: bool = False,
|
||||
is_clone_launch: str = '',
|
||||
):
|
||||
self.allow_remote_control = allow_remote_control
|
||||
self.is_clone_launch = is_clone_launch
|
||||
self.argv = list(argv)
|
||||
if cwd_from:
|
||||
|
||||
Reference in New Issue
Block a user