aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-10-25 09:38:36 +0000
committernicm <nicm>2021-10-25 09:38:36 +0000
commitef46eb91a5e0b6e2b023544f45dbc98c8fe1377f (patch)
tree3d1e7eb8f3a6366f09c2fcc276233843e2975775 /tmux.h
parent0cca695d6e75426e295e03668a4ed35ee62afe7c (diff)
downloadrtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.tar.gz
rtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.tar.bz2
rtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.zip
Add -s and -S to display-popup to set popup and border style, from
Alexis Hildebrandt in GitHub issue 2931.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index fc4ad70d..f2957de9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3155,7 +3155,8 @@ typedef void (*popup_finish_edit_cb)(char *, size_t, void *);
int popup_display(int, int, struct cmdq_item *, u_int, u_int,
u_int, u_int, struct environ *, const char *, int, char **,
const char *, const char *, struct client *,
- struct session *, popup_close_cb, void *);
+ struct session *, const char *, const char *,
+ popup_close_cb, void *);
int popup_editor(struct client *, const char *, size_t,
popup_finish_edit_cb, void *);