[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.86 and 1.87

version 1.86, 2009/08/18 21:41:13 version 1.87, 2009/08/19 10:39:50
Line 1440 
Line 1440 
 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 *);
   
 /* resize.c */  /* resize.c */
 void     recalculate_sizes(void);  void     recalculate_sizes(void);

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87