=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- src/usr.bin/tmux/format.c 2020/10/06 07:36:05 1.263 +++ src/usr.bin/tmux/format.c 2020/10/06 07:36:42 1.264 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.263 2020/10/06 07:36:05 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.264 2020/10/06 07:36:42 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -259,7 +259,7 @@ to->ft = from->ft; to->loop = from->loop; to->time = from->time; - to->flags = from->flags|flag; + to->flags = from->flags|flags; } /* Format job update callback. */