mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Sync OpenBSD patchset 244:
Drop the no_stop argument to tty_close and tty_free in favour of a flag in the tty struct.
This commit is contained in:
4
server.c
4
server.c
@ -1,4 +1,4 @@
|
||||
/* $Id: server.c,v 1.167 2009-08-14 21:04:04 tcunha Exp $ */
|
||||
/* $Id: server.c,v 1.168 2009-08-14 21:17:54 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -907,7 +907,7 @@ server_lost_client(struct client *c)
|
||||
ARRAY_SET(&clients, i, NULL);
|
||||
}
|
||||
|
||||
tty_free(&c->tty, c->flags & CLIENT_SUSPENDED);
|
||||
tty_free(&c->tty);
|
||||
|
||||
screen_free(&c->status);
|
||||
|
||||
|
Reference in New Issue
Block a user