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

Diff for /src/usr.bin/tmux/cmd-send-keys.c between version 1.50 and 1.51

version 1.50, 2019/07/10 14:33:24 version 1.51, 2019/11/07 07:11:25
Line 33 
Line 33 
         .name = "send-keys",          .name = "send-keys",
         .alias = "send",          .alias = "send",
   
         .args = { "HlXRMN:t:", 0, -1 },          .args = { "FHlMN:Rt:X", 0, -1 },
         .usage = "[-HlXRM] [-N repeat-count] " CMD_TARGET_PANE_USAGE " key ...",          .usage = "[-FHlMRX] [-N repeat-count] " CMD_TARGET_PANE_USAGE
                    " key ...",
   
         .target = { 't', CMD_FIND_PANE, 0 },          .target = { 't', CMD_FIND_PANE, 0 },
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51