mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Free the history when it is cleared, based on a diff from Carlo Cannas.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1842,6 +1842,7 @@ int grid_compare(struct grid *, struct grid *);
|
||||
void grid_collect_history(struct grid *);
|
||||
void grid_scroll_history(struct grid *);
|
||||
void grid_scroll_history_region(struct grid *, u_int, u_int);
|
||||
void grid_clear_history(struct grid *);
|
||||
void grid_expand_line(struct grid *, u_int, u_int);
|
||||
const struct grid_cell *grid_peek_cell(struct grid *, u_int, u_int);
|
||||
const struct grid_line *grid_peek_line(struct grid *, u_int);
|
||||
|
Reference in New Issue
Block a user