[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.1102 and 1.1103

version 1.1102, 2021/04/12 06:50:25 version 1.1103, 2021/04/12 09:36:12
Line 1687 
Line 1687 
   
         uint64_t         redraw_panes;          uint64_t         redraw_panes;
   
           int              message_ignore_keys;
         int              message_ignore_styles;          int              message_ignore_styles;
         char            *message_string;          char            *message_string;
         struct event     message_timer;          struct event     message_timer;
Line 2490 
Line 2491 
 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 status_message_set(struct client *, int, int, const char *, ...);  void status_message_set(struct client *, int, 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.1102  
changed lines
  Added in v.1.1103