When running kittens use the last reported cwd when at a prompt
This commit is contained in:
@@ -2302,7 +2302,7 @@ class Boss:
|
||||
cmd + args,
|
||||
stdin=data,
|
||||
env=env,
|
||||
cwd=w.cwd_of_child,
|
||||
cwd=CwdRequest(w).cwd_of_child or w.cwd_of_child,
|
||||
overlay_for=w.id,
|
||||
overlay_behind=end_kitten.has_ready_notification,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user