=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1118 retrieving revision 1.1119 diff -u -r1.1118 -r1.1119 --- src/usr.bin/tmux/tmux.h 2021/08/13 07:37:58 1.1118 +++ src/usr.bin/tmux/tmux.h 2021/08/13 17:03:29 1.1119 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1118 2021/08/13 07:37:58 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1119 2021/08/13 17:03:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -3025,6 +3025,7 @@ /* popup.c */ #define POPUP_CLOSEEXIT 0x1 #define POPUP_CLOSEEXITZERO 0x2 +#define POPUP_NOBORDER 0x4 typedef void (*popup_close_cb)(int, void *); typedef void (*popup_finish_edit_cb)(char *, size_t, void *); int popup_display(int, struct cmdq_item *, u_int, u_int, u_int,