[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.280 and 1.281

version 1.280, 2011/04/09 07:48:08 version 1.281, 2011/04/18 19:49:05
Line 957 
Line 957 
   
         struct environ   environ;          struct environ   environ;
   
           int              wlmouse;
   
         int              references;          int              references;
   
         TAILQ_ENTRY(session) gentry;          TAILQ_ENTRY(session) gentry;
Line 1666 
Line 1668 
 RB_PROTOTYPE(status_out_tree, status_out, entry, status_out_cmp);  RB_PROTOTYPE(status_out_tree, status_out, entry, status_out_cmp);
 void     status_free_jobs(struct status_out_tree *);  void     status_free_jobs(struct status_out_tree *);
 void     status_update_jobs(struct client *);  void     status_update_jobs(struct client *);
   void     status_set_window_at(struct client *, u_int);
 int      status_redraw(struct client *);  int      status_redraw(struct client *);
 char    *status_replace(struct client *, struct session *,  char    *status_replace(struct client *, struct session *,
              struct winlink *, struct window_pane *, const char *, time_t, int);               struct winlink *, struct window_pane *, const char *, time_t, int);

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281