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

Diff for /src/usr.bin/tmux/Attic/window-choose.c between version 1.80 and 1.81

version 1.80, 2016/10/13 20:27:27 version 1.81, 2016/10/16 17:55:14
Line 246 
Line 246 
 {  {
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;
         char            *cause;          char            *cause;
           struct cmd_q    *cmdq;
   
         /*          /*
          * The command template will have already been replaced. But if it's           * The command template will have already been replaced. But if it's
Line 263 
Line 264 
                 return;                  return;
         }          }
   
         cmdq_run(cdata->start_client->cmdq, cmdlist, NULL);          cmdq = cmdq_get_command(cmdlist, NULL, NULL, 0);
           cmdq_append(cdata->start_client, cmdq);
         cmd_list_free(cmdlist);          cmd_list_free(cmdlist);
 }  }
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81