aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-09 15:29:14 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-09 15:29:14 +0100
commit013d857ef8d0be9b862fd1496f35130f52306454 (patch)
tree8891fe8807360cbca70692843e68980f1fb6bcff /tmux.h
parent690d72adb378ee666b473da03a58aedc2d07b767 (diff)
downloadrtmux-013d857ef8d0be9b862fd1496f35130f52306454.tar.gz
rtmux-013d857ef8d0be9b862fd1496f35130f52306454.tar.bz2
rtmux-013d857ef8d0be9b862fd1496f35130f52306454.zip
Wrap all lines in customize mode, not just the description.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b3b7cb33..5853030c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2471,8 +2471,8 @@ void screen_write_start_callback(struct screen_write_ctx *, struct screen *,
void screen_write_stop(struct screen_write_ctx *);
void screen_write_reset(struct screen_write_ctx *);
size_t printflike(1, 2) screen_write_strlen(const char *, ...);
-void printflike(5, 6) screen_write_text(struct screen_write_ctx *, u_int, u_int,
- const struct grid_cell *, const char *, ...);
+int printflike(7, 8) screen_write_text(struct screen_write_ctx *, u_int, u_int,
+ u_int, int, const struct grid_cell *, const char *, ...);
void printflike(3, 4) screen_write_puts(struct screen_write_ctx *,
const struct grid_cell *, const char *, ...);
void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,