[BACK]Return to cmd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd.c between version 1.58 and 1.59

version 1.58, 2011/12/27 14:07:20 version 1.59, 2012/01/20 19:54:07
Line 1215 
Line 1215 
 }  }
   
 /* Return the default path for a new pane. */  /* Return the default path for a new pane. */
 char *  const char *
 cmd_get_default_path(struct cmd_ctx *ctx)  cmd_get_default_path(struct cmd_ctx *ctx)
 {  {
         char                    *cwd;          const char              *cwd;
         struct session          *s;          struct session          *s;
         struct window_pane      *wp;          struct window_pane      *wp;
         struct environ_entry    *envent;          struct environ_entry    *envent;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59