mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
...
This commit is contained in:
parent
316e7cb9f5
commit
b3ed4e3bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class Window:
|
|||
@property
|
||||
def cwd_of_child(self):
|
||||
# TODO: Maybe use the cwd of the leader of the foreground process
|
||||
# group?
|
||||
# group in the session of the child process?
|
||||
pid = self.child.pid
|
||||
if pid is not None:
|
||||
return cwd_of_process(pid) or None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue