[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.181 and 1.182

version 1.181, 2009/11/18 17:02:17 version 1.182, 2009/11/19 10:22:07
Line 1617 
Line 1617 
   
 /* status.c */  /* status.c */
 int      status_redraw(struct client *);  int      status_redraw(struct client *);
 char    *status_replace(struct client *, const char *, time_t);  char    *status_replace(struct client *, 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.181  
changed lines
  Added in v.1.182