mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
Merge branch 'tmux:master' into feature-floating-window-panes
This commit is contained in:
@@ -311,6 +311,8 @@ server_client_create(int fd)
|
||||
evtimer_set(&c->repeat_timer, server_client_repeat_timer, c);
|
||||
evtimer_set(&c->click_timer, server_client_click_timer, c);
|
||||
|
||||
TAILQ_INIT(&c->input_requests);
|
||||
|
||||
TAILQ_INSERT_TAIL(&clients, c, entry);
|
||||
log_debug("new client %p", c);
|
||||
return (c);
|
||||
@@ -459,6 +461,7 @@ server_client_lost(struct client *c)
|
||||
tty_term_free_list(c->term_caps, c->term_ncaps);
|
||||
|
||||
status_free(c);
|
||||
input_cancel_requests(c);
|
||||
|
||||
free(c->title);
|
||||
free((void *)c->cwd);
|
||||
|
||||
Reference in New Issue
Block a user