=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.268 retrieving revision 1.269 diff -c -r1.268 -r1.269 *** src/usr.bin/tmux/format.c 2020/12/15 08:31:50 1.268 --- src/usr.bin/tmux/format.c 2020/12/30 18:29:40 1.269 *************** *** 1,4 **** ! /* $OpenBSD: format.c,v 1.268 2020/12/15 08:31:50 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: format.c,v 1.269 2020/12/30 18:29:40 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 1876,1882 **** RB_FOREACH(s, sessions, &sessions) { format_log(es, "session loop: $%u", s->id); nft = format_create(c, item, FORMAT_NONE, ft->flags); ! format_defaults(next.ft, ft->c, s, NULL, NULL); format_copy_state(&next, es, 0); next.ft = nft; expanded = format_expand1(&next, fmt); --- 1876,1882 ---- RB_FOREACH(s, sessions, &sessions) { format_log(es, "session loop: $%u", s->id); nft = format_create(c, item, FORMAT_NONE, ft->flags); ! format_defaults(nft, ft->c, s, NULL, NULL); format_copy_state(&next, es, 0); next.ft = nft; expanded = format_expand1(&next, fmt);