[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.143 and 1.144

version 1.143, 2015/08/29 08:30:54 version 1.144, 2015/08/29 23:55:55
Line 440 
Line 440 
         return (NULL);          return (NULL);
 }  }
   
 void  
 window_set_active_at(struct window *w, u_int x, u_int y)  
 {  
         struct window_pane      *wp;  
   
         wp = window_get_active_at(w, x, y);  
         if (wp != NULL && wp != w->active)  
                 window_set_active_pane(w, wp);  
 }  
   
 struct window_pane *  struct window_pane *
 window_find_string(struct window *w, const char *s)  window_find_string(struct window *w, const char *s)
 {  {

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144