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

Diff for /src/usr.bin/tmux/cmd-unbind-key.c between version 1.5 and 1.6

version 1.5, 2009/07/28 17:05:10 version 1.6, 2009/11/13 19:53:29
Line 40 
Line 40 
 const struct cmd_entry cmd_unbind_key_entry = {  const struct cmd_entry cmd_unbind_key_entry = {
         "unbind-key", "unbind",          "unbind-key", "unbind",
         "[-cn] [-t key-table] key",          "[-cn] [-t key-table] key",
         0, 0,          0, "",
         NULL,          NULL,
         cmd_unbind_key_parse,          cmd_unbind_key_parse,
         cmd_unbind_key_exec,          cmd_unbind_key_exec,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6