=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/control-notify.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/tmux/control-notify.c 2016/10/16 22:06:40 1.18 --- src/usr.bin/tmux/control-notify.c 2017/02/03 11:57:27 1.19 *************** *** 1,4 **** ! /* $OpenBSD: control-notify.c,v 1.18 2016/10/16 22:06:40 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: control-notify.c,v 1.19 2017/02/03 11:57:27 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott *************** *** 88,94 **** if (w->layout_root == NULL) continue; ! ft = format_create(NULL, 0); wl = winlink_find_by_window(&s->windows, w); if (wl != NULL) { format_defaults(ft, c, NULL, wl, NULL); --- 88,94 ---- if (w->layout_root == NULL) continue; ! ft = format_create(NULL, FORMAT_NONE, 0); wl = winlink_find_by_window(&s->windows, w); if (wl != NULL) { format_defaults(ft, c, NULL, wl, NULL);