=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.964 retrieving revision 1.965 diff -c -r1.964 -r1.965 *** src/usr.bin/tmux/tmux.h 2020/03/24 08:09:44 1.964 --- src/usr.bin/tmux/tmux.h 2020/03/28 09:39:44 1.965 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.964 2020/03/24 08:09:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.965 2020/03/28 09:39:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2763,2768 **** --- 2763,2769 ---- #define POPUP_CLOSEEXIT 0x2 u_int popup_width(struct cmdq_item *, u_int, const char **, struct client *, struct cmd_find_state *); + u_int popup_height(u_int, const char **); int popup_display(int, struct cmdq_item *, u_int, u_int, u_int, u_int, u_int, const char **, const char *, const char *, const char *, struct client *, struct cmd_find_state *);