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

Diff for /src/usr.bin/tmux/cmd-bind-key.c between version 1.35 and 1.36

version 1.35, 2020/01/27 08:53:13 version 1.36, 2020/01/30 08:02:25
Line 33 
Line 33 
         .name = "bind-key",          .name = "bind-key",
         .alias = "bind",          .alias = "bind",
   
         .args = { "cnrN:T:", 2, -1 },          .args = { "nrN:T:", 2, -1 },
         .usage = "[-cnr] [-T key-table] [-N note] key "          .usage = "[-nr] [-T key-table] [-N note] key "
                  "command [arguments]",                   "command [arguments]",
   
         .flags = CMD_AFTERHOOK,          .flags = CMD_AFTERHOOK,

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