[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.36 and 1.37

version 1.36, 2020/01/30 08:02:25 version 1.37, 2020/04/13 08:26:27
Line 44 
Line 44 
 static enum cmd_retval  static enum cmd_retval
 cmd_bind_key_exec(struct cmd *self, struct cmdq_item *item)  cmd_bind_key_exec(struct cmd *self, struct cmdq_item *item)
 {  {
         struct args              *args = self->args;          struct args              *args = cmd_get_args(self);
         key_code                  key;          key_code                  key;
         const char               *tablename, *note;          const char               *tablename, *note;
         struct cmd_parse_result  *pr;          struct cmd_parse_result  *pr;

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