[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.965 and 1.966

version 1.965, 2020/03/28 09:39:44 version 1.966, 2020/03/28 09:51:12
Line 2761 
Line 2761 
 /* popup.c */  /* popup.c */
 #define POPUP_WRITEKEYS 0x1  #define POPUP_WRITEKEYS 0x1
 #define POPUP_CLOSEEXIT 0x2  #define POPUP_CLOSEEXIT 0x2
   #define POPUP_CLOSEEXITZERO 0x4
 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 **);

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