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

Diff for /src/usr.bin/tmux/cmd-pipe-pane.c between version 1.31 and 1.32

version 1.31, 2015/12/08 08:34:18 version 1.32, 2015/12/11 12:27:36
Line 89 
Line 89 
         }          }
   
         /* Expand the command. */          /* Expand the command. */
         ft = format_create(0);          ft = format_create(cmdq, 0);
         format_defaults(ft, c, s, wl, wp);          format_defaults(ft, c, s, wl, wp);
         cmd = format_expand_time(ft, args->argv[0], time(NULL));          cmd = format_expand_time(ft, args->argv[0], time(NULL));
         format_free(ft);          format_free(ft);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32