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

Diff for /src/usr.bin/tmux/window.c between version 1.156 and 1.157

version 1.156, 2016/01/19 15:59:12 version 1.157, 2016/03/01 12:05:15
Line 1085 
Line 1085 
         if ((s = wp->mode->init(wp)) != NULL)          if ((s = wp->mode->init(wp)) != NULL)
                 wp->screen = s;                  wp->screen = s;
         wp->flags |= (PANE_REDRAW|PANE_CHANGED);          wp->flags |= (PANE_REDRAW|PANE_CHANGED);
   
           server_status_window(wp->window);
         return (0);          return (0);
 }  }
   
Line 1099 
Line 1101 
   
         wp->screen = &wp->base;          wp->screen = &wp->base;
         wp->flags |= (PANE_REDRAW|PANE_CHANGED);          wp->flags |= (PANE_REDRAW|PANE_CHANGED);
   
           server_status_window(wp->window);
 }  }
   
 void  void

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157