[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.30 and 1.31

version 1.30, 2017/01/24 21:50:22 version 1.31, 2020/04/13 08:26:27
Line 42 
Line 42 
 static enum cmd_retval  static enum cmd_retval
 cmd_unbind_key_exec(struct cmd *self, struct cmdq_item *item)  cmd_unbind_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;          const char      *tablename;
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31