summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-08 10:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-08 10:01:11 +0100
commited689cd54ebf36030342d1799dc7785f22c89686 (patch)
tree47d3500f9fe046449efab1de2c16a571c8a434e3 /tmux.h
parentb791f00bf16eebc42376b107b6c197de8132c481 (diff)
parent1071ef8fc5bd5d2776dd6b413ce0535a0f81be65 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 76dd60dc..ba67150b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2894,9 +2894,11 @@ void screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,
u_char);
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_hline(struct screen_write_ctx *, u_int, int, int,
+ enum box_lines, const struct grid_cell *);
void screen_write_vline(struct screen_write_ctx *, u_int, int, int);
void screen_write_menu(struct screen_write_ctx *, struct menu *, int,
+ enum box_lines, const struct grid_cell *, const struct grid_cell *,
const struct grid_cell *);
void screen_write_box(struct screen_write_ctx *, u_int, u_int,
enum box_lines, const struct grid_cell *, const char *);