New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window.

This commit is contained in:
Nicholas Marriott
2008-06-06 20:02:27 +00:00
parent 3cd4a08ffb
commit 367e002bc2
13 changed files with 52 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-unlink-window.c,v 1.11 2008-06-05 21:25:00 nicm Exp $ */
/* $Id: cmd-unlink-window.c,v 1.12 2008-06-06 20:02:27 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -68,6 +68,7 @@ cmd_unlink_window_exec(struct cmd *self, struct cmd_ctx *ctx)
} else
server_redraw_client(c);
}
recalculate_sizes();
if (ctx->cmdclient != NULL)
server_write_client(ctx->cmdclient, MSG_EXIT, NULL, 0);