[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.276 and 1.277

version 1.276, 2011/03/28 19:44:31 version 1.277, 2011/03/29 19:30:16
Line 1666 
Line 1666 
 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 *);
 int      status_redraw(struct client *);  int      status_redraw(struct client *);
 char    *status_replace(  char    *status_replace(struct client *, struct session *,
              struct client *, struct winlink *, const char *, time_t, int);               struct winlink *, struct window_pane *, const char *, time_t, int);
 void printflike2 status_message_set(struct client *, const char *, ...);  void printflike2 status_message_set(struct client *, const char *, ...);
 void     status_message_clear(struct client *);  void     status_message_clear(struct client *);
 int      status_message_redraw(struct client *);  int      status_message_redraw(struct client *);

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277