[BACK]Return to cmd-down-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-down-pane.c between version 1.2 and 1.3

version 1.2, 2009/07/13 23:11:35 version 1.3, 2009/07/14 07:23:36
Line 55 
Line 55 
                 if (w->active == NULL)                  if (w->active == NULL)
                         w->active = TAILQ_FIRST(&w->panes);                          w->active = TAILQ_FIRST(&w->panes);
                 layout_refresh(w, 1);                  layout_refresh(w, 1);
         } while (w->active->flags & PANE_HIDDEN);          } while (!window_pane_visible(w->active));
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3