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

Diff for /src/usr.bin/tmux/cmd-list-keys.c between version 1.14 and 1.15

version 1.14, 2011/07/04 00:31:57 version 1.15, 2011/07/08 15:18:20
Line 54 
Line 54 
                 return (cmd_list_keys_table(self, ctx));                  return (cmd_list_keys_table(self, ctx));
   
         width = 0;          width = 0;
           *flags = '\0';
   
         SPLAY_FOREACH(bd, key_bindings, &key_bindings) {          SPLAY_FOREACH(bd, key_bindings, &key_bindings) {
                 key = key_string_lookup_key(bd->key & ~KEYC_PREFIX);                  key = key_string_lookup_key(bd->key & ~KEYC_PREFIX);
                 if (key == NULL)                  if (key == NULL)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15