aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-07-01 00:01:21 +0100
committerThomas Adam <thomas@xteddy.org>2017-07-01 00:01:21 +0100
commit6fba9a39b7c747dcbd83ef0e50c84b7cd3b547c9 (patch)
tree4c182162898eac503627b16d2d7c07a1ebbbf10e /tmux.h
parentf059fe3ef205be767ab1d18eff9437f8470ea105 (diff)
parentfa677fc0e15e32094d3e6b6816acd88e6bfbb429 (diff)
downloadrtmux-6fba9a39b7c747dcbd83ef0e50c84b7cd3b547c9.tar.gz
rtmux-6fba9a39b7c747dcbd83ef0e50c84b7cd3b547c9.tar.bz2
rtmux-6fba9a39b7c747dcbd83ef0e50c84b7cd3b547c9.zip
Merge branch 'obsd-master'
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 e64db145..0799af07 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2023,7 +2023,8 @@ void screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,
u_char);
void screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,
u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);
-void screen_write_line(struct screen_write_ctx *, u_int, int, 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_box(struct screen_write_ctx *, u_int, u_int);
void screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
u_int);