aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-15 16:11:23 +0000
committernicm <nicm>2020-04-15 16:11:23 +0000
commit1e72f5ea4356a102e12c0b5325d4af824899d39c (patch)
tree34420459415756a4ca1127fa9064a8b32df53330 /tmux.h
parentc7883d5c872a56c5342092f81e87e0742713b4de (diff)
downloadrtmux-1e72f5ea4356a102e12c0b5325d4af824899d39c.tar.gz
rtmux-1e72f5ea4356a102e12c0b5325d4af824899d39c.tar.bz2
rtmux-1e72f5ea4356a102e12c0b5325d4af824899d39c.zip
Use mode-style for selected items, like choose modes. GitHub issue 2166.
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 278919d6..260891b2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2382,7 +2382,8 @@ void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
u_int, u_int, u_int, u_int);
void screen_write_hline(struct screen_write_ctx *, u_int, int, int);
void screen_write_vline(struct screen_write_ctx *, u_int, int, int);
-void screen_write_menu(struct screen_write_ctx *, struct menu *, int);
+void screen_write_menu(struct screen_write_ctx *, struct menu *, int,
+ const struct grid_cell *);
void screen_write_box(struct screen_write_ctx *, u_int, u_int);
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
u_int);