[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.128 and 1.129

version 1.128, 2015/05/06 08:35:39 version 1.129, 2015/05/07 11:42:56
Line 302 
Line 302 
         w->references = 0;          w->references = 0;
   
         w->id = next_window_id++;          w->id = next_window_id++;
         RB_INSERT (windows, &windows, w);          RB_INSERT(windows, &windows, w);
   
         return (w);          return (w);
 }  }

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129