[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.115 and 1.116

version 1.115, 2012/03/03 09:43:23 version 1.116, 2012/03/09 21:42:13
Line 627 
Line 627 
                 if (s->curw->window == wp->window) {                  if (s->curw->window == wp->window) {
                         if (c->tty.term == NULL)                          if (c->tty.term == NULL)
                                 continue;                                  continue;
                         if (c->tty.flags & (TTY_FREEZE|TTY_BACKOFF))                          if (c->tty.flags & TTY_FREEZE)
                                 continue;                                  continue;
                         oo = &s->options;                          oo = &s->options;
   

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116