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

Diff for /src/usr.bin/tmux/cmd-choose-tree.c between version 1.27 and 1.28

version 1.27, 2014/10/20 23:35:28 version 1.28, 2015/04/27 16:25:57
Line 87 
Line 87 
         ses_template = win_template = NULL;          ses_template = win_template = NULL;
         ses_action = win_action = NULL;          ses_action = win_action = NULL;
   
         if ((c = cmd_current_client(cmdq)) == NULL) {          if ((c = cmd_find_client(cmdq, NULL, 1)) == NULL) {
                 cmdq_error(cmdq, "no client available");                  cmdq_error(cmdq, "no client available");
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
         }          }

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