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

Diff for /src/usr.bin/tmux/cmd-run-shell.c between version 1.26 and 1.27

version 1.26, 2014/10/20 22:29:25 version 1.27, 2015/02/05 10:29:43
Line 93 
Line 93 
         }          }
   
         ft = format_create();          ft = format_create();
         if (s != NULL)          format_defaults(ft, NULL, s, wl, wp);
                 format_session(ft, s);  
         if (s != NULL && wl != NULL)  
                 format_winlink(ft, s, wl);  
         if (wp != NULL)  
                 format_window_pane(ft, wp);  
         shellcmd = format_expand(ft, args->argv[0]);          shellcmd = format_expand(ft, args->argv[0]);
         format_free(ft);          format_free(ft);
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27