summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-11-15 19:21:24 +0000
committernicm <nicm>2017-11-15 19:21:24 +0000
commit533a5719c5edf53f0d7021d4340af230cc43ac8a (patch)
treeda123a233b70b2a4753fb5379fa0702efe218a42 /tmux.h
parentaeda2e5808af7c4b629dce23d2b4331a77ecde83 (diff)
Completely rewrite the reflow code to correctly handle double width
characters (previously they were not accounted for).
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 28fe1349..6381ff00 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1996,7 +1996,7 @@ char *grid_string_cells(struct grid *, u_int, u_int, u_int,
struct grid_cell **, int, int, int);
void grid_duplicate_lines(struct grid *, u_int, struct grid *, u_int,
u_int);
-u_int grid_reflow(struct grid *, struct grid *, u_int);
+void grid_reflow(struct grid *, u_int, u_int *);
/* grid-view.c */
void grid_view_get_cell(struct grid *, u_int, u_int, struct grid_cell *);