mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Use pgrp of pty fd not pid of immediate child when recovering current working
directory (like current process). From Marcel Partap.
This commit is contained in:
@ -29,7 +29,7 @@ osdep_get_name(unused int fd, unused char *tty)
|
||||
}
|
||||
|
||||
char *
|
||||
osdep_get_cwd(pid_t pid)
|
||||
osdep_get_cwd(unused int fd)
|
||||
{
|
||||
return (NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user