=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/control-notify.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/tmux/control-notify.c 2020/05/21 07:24:13 1.27 --- src/usr.bin/tmux/control-notify.c 2021/01/20 07:16:54 1.28 *************** *** 1,4 **** ! /* $OpenBSD: control-notify.c,v 1.27 2020/05/21 07:24:13 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: control-notify.c,v 1.28 2021/01/20 07:16:54 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott *************** *** 49,55 **** char *cp; template = "%layout-change #{window_id} #{window_layout} " ! "#{window_visible_layout} #{window_flags}"; TAILQ_FOREACH(c, &clients, entry) { if (!CONTROL_SHOULD_NOTIFY_CLIENT(c) || c->session == NULL) --- 49,55 ---- char *cp; template = "%layout-change #{window_id} #{window_layout} " ! "#{window_visible_layout} #{window_raw_flags}"; TAILQ_FOREACH(c, &clients, entry) { if (!CONTROL_SHOULD_NOTIFY_CLIENT(c) || c->session == NULL)