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

Diff for /src/usr.bin/tmux/cmd-copy-mode.c between version 1.38 and 1.39

version 1.38, 2019/05/07 11:24:03 version 1.39, 2020/03/12 13:19:20
Line 30 
Line 30 
         .name = "copy-mode",          .name = "copy-mode",
         .alias = NULL,          .alias = NULL,
   
         .args = { "Met:u", 0, 0 },          .args = { "eHMt:u", 0, 0 },
         .usage = "[-Mu] " CMD_TARGET_PANE_USAGE,          .usage = "[-eHMu] " CMD_TARGET_PANE_USAGE,
   
         .target = { 't', CMD_FIND_PANE, 0 },          .target = { 't', CMD_FIND_PANE, 0 },
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39