aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-26 16:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-26 16:01:11 +0100
commitc77924bb56800c671d96aa64b887d1ddf033ad94 (patch)
treeb62642fb383466eef9e2dadd53bda5490348304b /tmux.h
parent6f46f71d58d508703c29ddc50c04bb4b56603e20 (diff)
parent9695114230613f57c11936ae0e1fe2cd6ba0a7b4 (diff)
downloadrtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.tar.gz
rtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.tar.bz2
rtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index aec8d6c2..38c47014 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2033,7 +2033,7 @@ char *format_grid_line(struct grid *, u_int);
/* format-draw.c */
void format_draw(struct screen_write_ctx *,
const struct grid_cell *, u_int, const char *,
- struct style_ranges *);
+ struct style_ranges *, int);
u_int format_width(const char *);
char *format_trim_left(const char *, u_int);
char *format_trim_right(const char *, u_int);