[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.485 and 1.486

version 1.485, 2015/01/20 08:18:04 version 1.486, 2015/02/01 23:43:23
Line 1926 
Line 1926 
 void     status_update_jobs(struct client *);  void     status_update_jobs(struct client *);
 void     status_set_window_at(struct client *, u_int);  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 *, struct winlink *,  char    *status_replace(struct client *, struct winlink *, const char *, time_t,
              struct window_pane *, const char *, time_t, int);               int);
 void printflike(2, 3) status_message_set(struct client *, const char *, ...);  void printflike(2, 3) 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.485  
changed lines
  Added in v.1.486