mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 17:24:22 +01:00
Sync OpenBSD patchset 274:
Whoops, getting the comparison the right way round is usually recommended.
This commit is contained in:
parent
d3da62d53a
commit
d895d4a9f0
4
server.c
4
server.c
@ -1,4 +1,4 @@
|
||||
/* $Id: server.c,v 1.173 2009-08-20 11:40:15 tcunha Exp $ */
|
||||
/* $Id: server.c,v 1.174 2009-08-20 11:45:37 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1127,7 +1127,7 @@ server_check_window(struct window *w)
|
||||
* the window to be destroyed (or it'll close when the last
|
||||
* pane dies).
|
||||
*/
|
||||
if (wp->fd == -1 && options_get_number(oo, "remain-on-exit")) {
|
||||
if (wp->fd == -1 && !options_get_number(oo, "remain-on-exit")) {
|
||||
layout_close_pane(wp);
|
||||
window_remove_pane(w, wp);
|
||||
server_redraw_window(w);
|
||||
|
Loading…
Reference in New Issue
Block a user