A resize can realloc so cannot cache the value of the list pointer.

This commit is contained in:
nicm
2020-04-18 17:20:25 +00:00
parent deffef6f13
commit 100db552d1
3 changed files with 40 additions and 36 deletions

1
tmux.h
View File

@ -782,7 +782,6 @@ struct screen_write_ctx {
int sync;
struct screen_write_collect_item *item;
struct screen_write_collect_line *list;
u_int scrolled;
u_int bg;