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