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

Diff for /src/usr.bin/tmux/tty.c between version 1.262 and 1.263

version 1.262, 2017/04/18 15:27:47 version 1.263, 2017/04/18 15:44:17
Line 427 
Line 427 
   
         evbuffer_add(tty->out, buf, len);          evbuffer_add(tty->out, buf, len);
         log_debug("%s: %.*s", c->name, (int)len, (const char *)buf);          log_debug("%s: %.*s", c->name, (int)len, (const char *)buf);
           tty->written += len;
   
         if (tty_log_fd != -1)          if (tty_log_fd != -1)
                 write(tty_log_fd, buf, len);                  write(tty_log_fd, buf, len);

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263