[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.1038 and 1.1039

version 1.1038, 2020/05/16 16:07:55 version 1.1039, 2020/05/16 16:13:09
Line 2869 
Line 2869 
 #define POPUP_CLOSEEXIT 0x2  #define POPUP_CLOSEEXIT 0x2
 #define POPUP_CLOSEEXITZERO 0x4  #define POPUP_CLOSEEXITZERO 0x4
 typedef void (*popup_close_cb)(int, void *);  typedef void (*popup_close_cb)(int, void *);
   typedef void (*popup_finish_edit_cb)(char *, size_t, void *);
 u_int            popup_width(struct cmdq_item *, u_int, const char **,  u_int            popup_width(struct cmdq_item *, u_int, const char **,
                     struct client *, struct cmd_find_state *);                      struct client *, struct cmd_find_state *);
 u_int            popup_height(u_int, const char **);  u_int            popup_height(u_int, const char **);
Line 2876 
Line 2877 
                     u_int, u_int, const char **, const char *, const char *,                      u_int, u_int, const char **, const char *, const char *,
                     const char *, struct client *, struct cmd_find_state *,                      const char *, struct client *, struct cmd_find_state *,
                     popup_close_cb, void *);                      popup_close_cb, void *);
   int              popup_editor(struct client *, const char *, size_t,
                       popup_finish_edit_cb, void *);
   
 /* style.c */  /* style.c */
 int              style_parse(struct style *,const struct grid_cell *,  int              style_parse(struct style *,const struct grid_cell *,

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