[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.55 and 1.56

version 1.55, 2020/05/21 07:24:13 version 1.56, 2021/08/17 19:37:55
Line 45 
Line 45 
         .alias = "pipep",          .alias = "pipep",
   
         .args = { "IOot:", 0, 1 },          .args = { "IOot:", 0, 1 },
         .usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [command]",          .usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [shell-command]",
   
         .target = { 't', CMD_FIND_PANE, 0 },          .target = { 't', CMD_FIND_PANE, 0 },
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56