[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.1198 and 1.1199

version 1.1198, 2023/05/08 10:03:39 version 1.1199, 2023/06/08 11:17:29
Line 2890 
Line 2890 
 void     screen_write_vline(struct screen_write_ctx *, u_int, int, int);  void     screen_write_vline(struct screen_write_ctx *, u_int, int, int);
 void     screen_write_menu(struct screen_write_ctx *, struct menu *, int,  void     screen_write_menu(struct screen_write_ctx *, struct menu *, int,
              const struct grid_cell *);               const struct grid_cell *);
 void     screen_write_box(struct screen_write_ctx *, u_int, u_int, int,  void     screen_write_box(struct screen_write_ctx *, u_int, u_int,
              const struct grid_cell *, const char *);               enum box_lines, const struct grid_cell *, const char *);
 void     screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,  void     screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
              u_int);               u_int);
 void     screen_write_backspace(struct screen_write_ctx *);  void     screen_write_backspace(struct screen_write_ctx *);
Line 3316 
Line 3316 
 #define POPUP_INTERNAL 0x4  #define POPUP_INTERNAL 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, int, struct cmdq_item *, u_int, u_int,  int              popup_display(int, enum box_lines, struct cmdq_item *, u_int,
                     u_int, u_int, struct environ *, const char *, int, char **,                      u_int, u_int, u_int, struct environ *, const char *, int,
                     const char *, const char *, struct client *,                      char **, const char *, const char *, struct client *,
                     struct session *, const char *, const char *,                      struct session *, const char *, const char *,
                     popup_close_cb, void *);                      popup_close_cb, void *);
 int              popup_editor(struct client *, const char *, size_t,  int              popup_editor(struct client *, const char *, size_t,
                     popup_finish_edit_cb, void *);                      popup_finish_edit_cb, void *);
   

Legend:
Removed from v.1.1198  
changed lines
  Added in v.1.1199