[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.246 and 1.247

version 1.246, 2017/02/10 15:39:14 version 1.247, 2017/02/10 15:39:43
Line 182 
Line 182 
                 return;                  return;
         log_debug("%s: wrote %d bytes (of %zu)", tty->path, nwrite, size);          log_debug("%s: wrote %d bytes (of %zu)", tty->path, nwrite, size);
   
         if (EVBUFFER_LENGTH(tty->out) == 0)          if (EVBUFFER_LENGTH(tty->out) != 0)
                 event_del(&tty->event_out);                  event_add(&tty->event_out, NULL);
 }  }
   
 int  int

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247