diff options
author | nicm <nicm> | 2020-04-18 17:20:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-18 17:20:25 +0000 |
commit | 100db552d16164648e269aeb45fd87f7a39d9c11 (patch) | |
tree | 1717d7989b3c65798232aa2094eb812643965172 /tmux.h | |
parent | deffef6f1378db4986941dd9d83ba61f11142cd8 (diff) | |
download | rtmux-100db552d16164648e269aeb45fd87f7a39d9c11.tar.gz rtmux-100db552d16164648e269aeb45fd87f7a39d9c11.tar.bz2 rtmux-100db552d16164648e269aeb45fd87f7a39d9c11.zip |
A resize can realloc so cannot cache the value of the list pointer.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |