[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.190 and 1.191

version 1.190, 2017/04/20 17:49:26 version 1.191, 2017/04/28 19:12:15
Line 186 
Line 186 
 {  {
         if (wl->window != NULL) {          if (wl->window != NULL) {
                 TAILQ_REMOVE(&wl->window->winlinks, wl, wentry);                  TAILQ_REMOVE(&wl->window->winlinks, wl, wentry);
                 window_remove_ref(w);                  window_remove_ref(wl->window);
         }          }
         TAILQ_INSERT_TAIL(&w->winlinks, wl, wentry);          TAILQ_INSERT_TAIL(&w->winlinks, wl, wentry);
         wl->window = w;          wl->window = w;

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191