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

Diff for /src/usr.bin/tmux/cmd-send-keys.c between version 1.40 and 1.41

version 1.40, 2017/05/09 17:56:55 version 1.41, 2017/05/10 10:46:59
Line 73 
Line 73 
         bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find);          bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find);
         if (bd != NULL) {          if (bd != NULL) {
                 table->references++;                  table->references++;
                 key_bindings_dispatch(bd, c, NULL, &item->target);                  key_bindings_dispatch(bd, item, c, NULL, &item->target);
                 key_bindings_unref_table(table);                  key_bindings_unref_table(table);
         }          }
 }  }

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