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

Diff for /src/usr.bin/tmux/tmux.h between version 1.407 and 1.408

version 1.407, 2013/03/27 11:17:12 version 1.408, 2013/04/22 22:17:29
Line 2257 
Line 2257 
                         struct client *, struct winlink *, const char *,                          struct client *, struct winlink *, const char *,
                         const char *, u_int);                          const char *, u_int);
 void    window_choose_expand_all(struct window_pane *);  void    window_choose_expand_all(struct window_pane *);
   void    window_choose_collapse_all(struct window_pane *);
   void    window_choose_set_current(struct window_pane *, u_int);
   
 /* names.c */  /* names.c */
 void             queue_window_name(struct window *);  void             queue_window_name(struct window *);

Legend:
Removed from v.1.407  
changed lines
  Added in v.1.408