[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.1074 and 1.1075

version 1.1074, 2020/07/21 05:24:33 version 1.1075, 2020/07/27 08:03:10
Line 2450 
Line 2450 
 void     status_init(struct client *);  void     status_init(struct client *);
 void     status_free(struct client *);  void     status_free(struct client *);
 int      status_redraw(struct client *);  int      status_redraw(struct client *);
 void printflike(3, 4) status_message_set(struct client *, int, const char *,  void status_message_set(struct client *, int, int, 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 *, struct cmd_find_state *,  void     status_prompt_set(struct client *, struct cmd_find_state *,

Legend:
Removed from v.1.1074  
changed lines
  Added in v.1.1075