=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.141 retrieving revision 1.142 diff -c -r1.141 -r1.142 *** src/usr.bin/tmux/window-copy.c 2015/11/18 14:27:44 1.141 --- src/usr.bin/tmux/window-copy.c 2015/12/08 08:34:18 1.142 *************** *** 1,4 **** ! /* $OpenBSD: window-copy.c,v 1.141 2015/11/18 14:27:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-copy.c,v 1.142 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1480,1486 **** if (buf == NULL) return; ! ft = format_create(); format_defaults(ft, NULL, sess, NULL, wp); expanded = format_expand(ft, arg); --- 1480,1486 ---- if (buf == NULL) return; ! ft = format_create(0); format_defaults(ft, NULL, sess, NULL, wp); expanded = format_expand(ft, arg);