mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Rework reflow code so it does not do so much allocation which should be faster
with large histories.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1966,7 +1966,7 @@ void grid_move_cells(struct grid *, u_int, u_int, u_int, u_int);
|
||||
char *grid_string_cells(struct grid *, u_int, u_int, u_int);
|
||||
void grid_duplicate_lines(
|
||||
struct grid *, u_int, struct grid *, u_int, u_int);
|
||||
u_int grid_reflow(struct grid *, const struct grid *, u_int);
|
||||
u_int grid_reflow(struct grid *, struct grid *, u_int);
|
||||
|
||||
/* grid-cell.c */
|
||||
u_int grid_cell_width(const struct grid_cell *);
|
||||
|
Reference in New Issue
Block a user