[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.1039 and 1.1040

version 1.1039, 2020/05/16 16:13:09 version 1.1040, 2020/05/16 16:16:07
Line 1504 
Line 1504 
         client_file_cb                   cb;          client_file_cb                   cb;
         void                            *data;          void                            *data;
   
         RB_ENTRY (client_file)           entry;          RB_ENTRY(client_file)            entry;
 };  };
 RB_HEAD(client_files, client_file);  RB_HEAD(client_files, client_file);
   
Line 2359 
Line 2359 
              ...);               ...);
 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 *, struct cmd_find_state *,
              prompt_input_cb, prompt_free_cb, void *, int);               const char *, const char *, prompt_input_cb, prompt_free_cb,
                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 *);
 int      status_prompt_key(struct client *, key_code);  int      status_prompt_key(struct client *, key_code);

Legend:
Removed from v.1.1039  
changed lines
  Added in v.1.1040