=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/control-notify.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/tmux/control-notify.c 2015/11/18 14:27:44 1.13 +++ src/usr.bin/tmux/control-notify.c 2015/12/08 08:34:18 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: control-notify.c,v 1.13 2015/11/18 14:27:44 nicm Exp $ */ +/* $OpenBSD: control-notify.c,v 1.14 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott @@ -88,7 +88,7 @@ if (w->layout_root == NULL) continue; - ft = format_create(); + ft = format_create(0); wl = winlink_find_by_window(&s->windows, w); if (wl != NULL) { format_defaults(ft, c, NULL, wl, NULL);