summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-08 12:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-08 12:01:10 +0100
commit4c60afde782cd024da5663d98c628c62efb013e0 (patch)
tree1e0aff1739b8aae52c66f3231f080f7718cd9902 /tmux.h
parented689cd54ebf36030342d1799dc7785f22c89686 (diff)
parent7a44984069328b3eaab36d590c403d23d109aa47 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index ba67150b..1af4fa9e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -676,6 +676,7 @@ struct colour_palette {
#define GRID_LINE_EXTENDED 0x2
#define GRID_LINE_DEAD 0x4
#define GRID_LINE_START_PROMPT 0x8
+#define GRID_LINE_START_OUTPUT 0x10
/* Grid string flags. */
#define GRID_STRING_WITH_SEQUENCES 0x1
@@ -3312,11 +3313,13 @@ void menu_add_item(struct menu *, const struct menu_item *,
struct cmd_find_state *);
void menu_free(struct menu *);
struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
- u_int, u_int, struct client *, struct cmd_find_state *,
- menu_choice_cb, void *);
+ u_int, u_int, struct client *, enum box_lines, const char *,
+ const char *, struct cmd_find_state *, menu_choice_cb,
+ void *);
int menu_display(struct menu *, int, int, struct cmdq_item *,
- u_int, u_int, struct client *, struct cmd_find_state *,
- menu_choice_cb, void *);
+ u_int, u_int, struct client *, enum box_lines, const char *,
+ const char *, struct cmd_find_state *, menu_choice_cb,
+ void *);
struct screen *menu_mode_cb(struct client *, void *, u_int *, u_int *);
void menu_check_cb(struct client *, void *, u_int, u_int, u_int,
struct overlay_ranges *);