aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-18 17:20:25 +0000
committernicm <nicm>2020-04-18 17:20:25 +0000
commit100db552d16164648e269aeb45fd87f7a39d9c11 (patch)
tree1717d7989b3c65798232aa2094eb812643965172 /tmux.h
parentdeffef6f1378db4986941dd9d83ba61f11142cd8 (diff)
downloadrtmux-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index b8bcfe5b..1580e4c1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;