[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.291 and 1.292

version 1.291, 2011/06/27 00:04:49 version 1.292, 2011/07/02 21:05:44
Line 1704 
Line 1704 
 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 *);
 void     status_prompt_set(struct client *, const char *,  void     status_prompt_set(struct client *, const char *, const char *,
              int (*)(void *, const char *), void (*)(void *), void *, int);               int (*)(void *, const char *), void (*)(void *), void *, int);
 void     status_prompt_clear(struct client *);  void     status_prompt_clear(struct client *);
 int      status_prompt_redraw(struct client *);  int      status_prompt_redraw(struct client *);
 void     status_prompt_key(struct client *, int);  void     status_prompt_key(struct client *, int);
 void     status_prompt_update(struct client *, const char *);  void     status_prompt_update(struct client *, const char *, const char *);
   
 /* resize.c */  /* resize.c */
 void     recalculate_sizes(void);  void     recalculate_sizes(void);

Legend:
Removed from v.1.291  
changed lines
  Added in v.1.292