[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.964 and 1.965

version 1.964, 2020/03/24 08:09:44 version 1.965, 2020/03/28 09:39:44
Line 2763 
Line 2763 
 #define POPUP_CLOSEEXIT 0x2  #define POPUP_CLOSEEXIT 0x2
 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 **);
 int              popup_display(int, struct cmdq_item *, u_int, u_int, u_int,  int              popup_display(int, struct cmdq_item *, u_int, u_int, u_int,
                     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 *);

Legend:
Removed from v.1.964  
changed lines
  Added in v.1.965