[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.50 and 1.51

version 1.50, 2019/03/14 21:27:26 version 1.51, 2019/03/14 23:14:27
Line 110 
Line 110 
         /* Expand the command. */          /* Expand the command. */
         ft = format_create(item->client, item, FORMAT_NONE, 0);          ft = format_create(item->client, item, FORMAT_NONE, 0);
         format_defaults(ft, c, s, wl, wp);          format_defaults(ft, c, s, wl, wp);
         cmd = format_expand_time(ft, args->argv[0], 0);          cmd = format_expand_time(ft, args->argv[0]);
         format_free(ft);          format_free(ft);
   
         /* Fork the child. */          /* Fork the child. */

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51