diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-28 10:01:27 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-28 10:01:27 +0000 |
commit | 88ca50054695ce1447c48ba607f5a6fa1264dc41 (patch) | |
tree | b6c8fd5dd72b06cab683e36b5af0e11429388528 /tmux.h | |
parent | f986539e3c1c8757d443ea61c9c155c36aae38d7 (diff) | |
parent | 4346098e977d8fb3bde0783e9858f3def7bc01a5 (diff) | |
download | rtmux-88ca50054695ce1447c48ba607f5a6fa1264dc41.tar.gz rtmux-88ca50054695ce1447c48ba607f5a6fa1264dc41.tar.bz2 rtmux-88ca50054695ce1447c48ba607f5a6fa1264dc41.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2767,6 +2767,7 @@ int menu_display(struct menu *, int, struct cmdq_item *, u_int, #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 *); |