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

Diff for /src/usr.bin/tmux/input.c between version 1.85 and 1.86

version 1.85, 2015/09/01 19:50:09 version 1.86, 2015/09/02 17:52:57
Line 862 
Line 862 
         notify_input(wp, evb);          notify_input(wp, evb);
         off = 0;          off = 0;
   
         log_debug("%s: %s, %zu bytes: %.*s", __func__, ictx->state->name, len,          log_debug("%s: %%%u %s, %zu bytes: %.*s", __func__, wp->id,
             (int)len, buf);              ictx->state->name, len, (int)len, buf);
   
         /* Parse the input. */          /* Parse the input. */
         while (off < len) {          while (off < len) {

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86