mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Completely rewrite the reflow code to correctly handle double width
characters (previously they were not accounted for).
This commit is contained in:
2
tmux.h
2
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 *);
|
||||
|
Reference in New Issue
Block a user