[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.1035 and 1.1036

version 1.1035, 2020/05/16 15:49:20 version 1.1036, 2020/05/16 15:54:20
Line 1603 
Line 1603 
   
         uint64_t         redraw_panes;          uint64_t         redraw_panes;
   
           int              message_ignore_styles;
         char            *message_string;          char            *message_string;
         struct event     message_timer;          struct event     message_timer;
   
Line 2340 
Line 2341 
 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(2, 3) status_message_set(struct client *, const char *, ...);  void printflike(3, 4) status_message_set(struct client *, 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 *, const char *, const char *,  void     status_prompt_set(struct client *, const char *, const char *,

Legend:
Removed from v.1.1035  
changed lines
  Added in v.1.1036