=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/tmux/window.c 2009/07/22 21:34:36 1.16 +++ src/usr.bin/tmux/window.c 2009/07/28 06:48:44 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: window.c,v 1.16 2009/07/22 21:34:36 nicm Exp $ */ +/* $OpenBSD: window.c,v 1.17 2009/07/28 06:48:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -231,7 +231,7 @@ TAILQ_INIT(&w->panes); w->active = NULL; - w->layout = 0; + w->lastlayout = -1; w->layout_root = NULL; w->sx = sx;