=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-display-message.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/tmux/cmd-display-message.c 2015/12/08 08:34:18 1.30 --- src/usr.bin/tmux/cmd-display-message.c 2015/12/11 12:27:36 1.31 *************** *** 1,4 **** ! /* $OpenBSD: cmd-display-message.c,v 1.30 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-display-message.c,v 1.31 2015/12/11 12:27:36 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 88,94 **** if (template == NULL) template = DISPLAY_MESSAGE_TEMPLATE; ! ft = format_create(0); format_defaults(ft, c, s, wl, wp); msg = format_expand_time(ft, template, time(NULL)); --- 88,94 ---- if (template == NULL) template = DISPLAY_MESSAGE_TEMPLATE; ! ft = format_create(cmdq, 0); format_defaults(ft, c, s, wl, wp); msg = format_expand_time(ft, template, time(NULL));