mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 09:26:05 +00:00
Move terminal features into a single file.
This commit is contained in:
@@ -294,7 +294,9 @@ server_client_lost(struct client *c)
|
||||
if (c->flags & CLIENT_TERMINAL)
|
||||
tty_free(&c->tty);
|
||||
free(c->ttyname);
|
||||
|
||||
free(c->term_name);
|
||||
free(c->term_type);
|
||||
|
||||
status_free(c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user