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

Diff for /src/usr.bin/tmux/Attic/cmd-choose-buffer.c between version 1.21 and 1.22

version 1.21, 2015/02/05 10:29:43 version 1.22, 2015/04/27 16:25:57
Line 53 
Line 53 
         u_int                            idx;          u_int                            idx;
         int                              utf8flag;          int                              utf8flag;
   
         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.21  
changed lines
  Added in v.1.22