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

Diff for /src/usr.bin/tmux/Attic/window-choose.c between version 1.62 and 1.63

version 1.62, 2015/05/04 13:04:10 version 1.63, 2015/05/07 08:08:54
Line 22 
Line 22 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #include "array.h"
 #include "tmux.h"  #include "tmux.h"
   
 struct screen *window_choose_init(struct window_pane *);  struct screen *window_choose_init(struct window_pane *);

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63