=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1202 retrieving revision 1.1203 diff -c -r1.1202 -r1.1203 *** src/usr.bin/tmux/tmux.h 2023/08/08 07:41:04 1.1202 --- src/usr.bin/tmux/tmux.h 2023/08/08 08:08:47 1.1203 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1202 2023/08/08 07:41:04 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1203 2023/08/08 08:08:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 3306,3316 **** struct cmd_find_state *); void menu_free(struct menu *); struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *, ! u_int, u_int, struct client *, struct cmd_find_state *, ! menu_choice_cb, void *); int menu_display(struct menu *, int, int, struct cmdq_item *, ! u_int, u_int, struct client *, struct cmd_find_state *, ! menu_choice_cb, void *); 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, struct overlay_ranges *); --- 3306,3318 ---- struct cmd_find_state *); void menu_free(struct menu *); struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *, ! u_int, u_int, struct client *, enum box_lines, const char *, ! const char *, struct cmd_find_state *, menu_choice_cb, ! void *); int menu_display(struct menu *, int, int, struct cmdq_item *, ! u_int, u_int, struct client *, enum box_lines, const char *, ! const char *, struct cmd_find_state *, menu_choice_cb, ! void *); 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, struct overlay_ranges *);