[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.34 and 1.35

version 1.34, 2015/12/13 21:53:57 version 1.35, 2015/12/14 00:31:54
Line 44 
Line 44 
         .args = { "ot:", 0, 1 },          .args = { "ot:", 0, 1 },
         .usage = "[-o] " CMD_TARGET_PANE_USAGE " [command]",          .usage = "[-o] " CMD_TARGET_PANE_USAGE " [command]",
   
         .flags = CMD_PANE_T,          .tflag = CMD_PANE,
   
           .flags = 0,
         .exec = cmd_pipe_pane_exec          .exec = cmd_pipe_pane_exec
 };  };
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35