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

Diff for /src/usr.bin/tmux/resize.c between version 1.4 and 1.5

version 1.4, 2009/09/24 07:02:56 version 1.5, 2010/06/21 01:27:46
Line 105 
Line 105 
                         if (flag)                          if (flag)
                                 has = s->curw->window == w;                                  has = s->curw->window == w;
                         else                          else
                                 has = session_has(s, w);                                  has = session_has(s, w) != NULL;
                         if (has) {                          if (has) {
                                 if (s->sx < ssx)                                  if (s->sx < ssx)
                                         ssx = s->sx;                                          ssx = s->sx;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5