[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.39 and 1.40

version 1.39, 2021/08/20 19:50:16 version 1.40, 2021/08/21 10:22:38
Line 33 
Line 33 
         .name = "bind-key",          .name = "bind-key",
         .alias = "bind",          .alias = "bind",
   
         .args = { "nrN:T:", 1, -1 },          .args = { "nrN:T:", 1, -1, NULL },
         .usage = "[-nr] [-T key-table] [-N note] key "          .usage = "[-nr] [-T key-table] [-N note] key "
                  "[command [arguments]]",                   "[command [arguments]]",
   

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