mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Cache scene for client and invalidate when changes.
This commit is contained in:
@@ -530,6 +530,7 @@ server_client_free(__unused int fd, __unused short events, void *arg)
|
||||
|
||||
log_debug("free client %p (%d references)", c, c->references);
|
||||
|
||||
screen_redraw_free_scene(c->redraw_scene);
|
||||
cmdq_free(c->queue);
|
||||
|
||||
if (c->references == 0) {
|
||||
|
||||
Reference in New Issue
Block a user