Revision: 2765
          http://tmux.svn.sourceforge.net/tmux/?rev=2765&view=rev
Author:   tcunha
Date:     2012-04-10 09:50:32 +0000 (Tue, 10 Apr 2012)
Log Message:
-----------
Adjust OpenBSD patchset 1083 to the portable version.

Modified Paths:
--------------
    trunk/format.c

Modified: trunk/format.c
===================================================================
--- trunk/format.c      2012-04-10 09:49:04 UTC (rev 2764)
+++ trunk/format.c      2012-04-10 09:50:32 UTC (rev 2765)
@@ -389,7 +389,7 @@
                format_add(ft, "pane_start_command", "%s", wp->cmd);
        if (wp->cwd != NULL)
                format_add(ft, "pane_start_path", "%s", wp->cwd);
-       format_add(ft, "pane_current_path", "%s", get_proc_cwd(wp->pid));
+       format_add(ft, "pane_current_path", "%s", osdep_get_cwd(wp->pid));
        format_add(ft, "pane_pid", "%ld", (long) wp->pid);
        format_add(ft, "pane_tty", "%s", wp->tty);
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to