Re: [PATCH] get current working directory on Darwin

2012-01-27 Thread Nicholas Marriott
Applied, thanks! On Fri, Jan 27, 2012 at 05:16:21AM +0100, Alex Ernst wrote: > Hello, > > this patch adds some platform specific code for Darwin to retrieve the > current working directory of the process in the active pane. > > Alex > > > diff --git a/osdep-darwin.c b/osdep-darwin.c > index

[PATCH] get current working directory on Darwin

2012-01-26 Thread Alex Ernst
Hello, this patch adds some platform specific code for Darwin to retrieve the current working directory of the process in the active pane. Alex diff --git a/osdep-darwin.c b/osdep-darwin.c index c5820df..7b15446 100644 --- a/osdep-darwin.c +++ b/osdep-darwin.c @@ -18,6 +18,7 @@ #include #inc