[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.368 and 1.369

version 1.368, 2012/11/27 22:59:34 version 1.369, 2012/12/24 12:33:05
Line 2243 
Line 2243 
 struct window_choose_data       *window_choose_add_item(struct window_pane *,  struct window_choose_data       *window_choose_add_item(struct window_pane *,
                         struct cmd_ctx *, struct winlink *, const char *,                          struct cmd_ctx *, struct winlink *, const char *,
                         char *, u_int);                          char *, u_int);
   void    window_choose_expand_all(struct window_pane *);
   
 /* names.c */  /* names.c */
 void             queue_window_name(struct window *);  void             queue_window_name(struct window *);

Legend:
Removed from v.1.368  
changed lines
  Added in v.1.369