=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.965 retrieving revision 1.966 diff -u -r1.965 -r1.966 --- src/usr.bin/tmux/tmux.h 2020/03/28 09:39:44 1.965 +++ src/usr.bin/tmux/tmux.h 2020/03/28 09:51:12 1.966 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.965 2020/03/28 09:39:44 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.966 2020/03/28 09:51:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2761,6 +2761,7 @@ /* popup.c */ #define POPUP_WRITEKEYS 0x1 #define POPUP_CLOSEEXIT 0x2 +#define POPUP_CLOSEEXITZERO 0x4 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 **);