[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.23 and 1.24

version 1.23, 2013/03/22 10:31:22 version 1.24, 2013/03/24 09:27:20
Line 57 
Line 57 
   
         if (cmd_find_pane(ctx, args_get(args, 't'), NULL, &wp) == NULL)          if (cmd_find_pane(ctx, args_get(args, 't'), NULL, &wp) == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
         c = cmd_find_client(ctx, NULL);          c = cmd_find_client(ctx, NULL, 1);
   
         /* Destroy the old pipe. */          /* Destroy the old pipe. */
         old_fd = wp->pipe_fd;          old_fd = wp->pipe_fd;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24