[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.1118 and 1.1119

version 1.1118, 2021/08/13 07:37:58 version 1.1119, 2021/08/13 17:03:29
Line 3025 
Line 3025 
 /* popup.c */  /* popup.c */
 #define POPUP_CLOSEEXIT 0x1  #define POPUP_CLOSEEXIT 0x1
 #define POPUP_CLOSEEXITZERO 0x2  #define POPUP_CLOSEEXITZERO 0x2
   #define POPUP_NOBORDER 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 *);  typedef void (*popup_finish_edit_cb)(char *, size_t, void *);
 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,

Legend:
Removed from v.1.1118  
changed lines
  Added in v.1.1119