[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.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/07/13 23:11:35
Line 40 
Line 40 
 const struct cmd_entry cmd_bind_key_entry = {  const struct cmd_entry cmd_bind_key_entry = {
         "bind-key", "bind",          "bind-key", "bind",
         "[-r] key command [arguments]",          "[-r] key command [arguments]",
         0,          0, 0,
         NULL,          NULL,
         cmd_bind_key_parse,          cmd_bind_key_parse,
         cmd_bind_key_exec,          cmd_bind_key_exec,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2