[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.224 and 1.225

version 1.224, 2017/04/21 17:22:20 version 1.225, 2017/04/21 19:33:07
Line 900 
Line 900 
                 log_debug("key table %s (no pane)", table->name);                  log_debug("key table %s (no pane)", table->name);
         else          else
                 log_debug("key table %s (pane %%%u)", table->name, wp->id);                  log_debug("key table %s (pane %%%u)", table->name, wp->id);
           if (c->flags & CLIENT_REPEAT)
                   log_debug("currently repeating");
   
         /* Try to see if there is a key binding in the current table. */          /* Try to see if there is a key binding in the current table. */
         bd_find.key = key;          bd_find.key = key;

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225