[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.1192 and 1.1193

version 1.1192, 2023/01/16 11:26:14 version 1.1193, 2023/01/20 21:36:00
Line 3292 
Line 3292 
                     struct cmdq_item *, struct client *,                      struct cmdq_item *, struct client *,
                     struct cmd_find_state *);                      struct cmd_find_state *);
 void             menu_free(struct menu *);  void             menu_free(struct menu *);
 struct menu_data *menu_prepare(struct menu *, int, struct cmdq_item *, u_int,  struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
                     u_int, struct client *, struct cmd_find_state *,                      u_int, u_int, struct client *, struct cmd_find_state *,
                     menu_choice_cb, void *);                      menu_choice_cb, void *);
 int              menu_display(struct menu *, int, struct cmdq_item *, u_int,  int              menu_display(struct menu *, int, int, struct cmdq_item *,
                     u_int, struct client *, struct cmd_find_state *,                      u_int, u_int, struct client *, struct cmd_find_state *,
                     menu_choice_cb, void *);                      menu_choice_cb, void *);
 struct screen   *menu_mode_cb(struct client *, void *, u_int *, u_int *);  struct screen   *menu_mode_cb(struct client *, void *, u_int *, u_int *);
 void             menu_check_cb(struct client *, void *, u_int, u_int, u_int,  void             menu_check_cb(struct client *, void *, u_int, u_int, u_int,

Legend:
Removed from v.1.1192  
changed lines
  Added in v.1.1193