=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-display-message.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/tmux/cmd-display-message.c 2012/07/11 07:10:15 1.15 --- src/usr.bin/tmux/cmd-display-message.c 2012/08/14 08:51:53 1.16 *************** *** 1,4 **** ! /* $OpenBSD: cmd-display-message.c,v 1.15 2012/07/11 07:10:15 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-display-message.c,v 1.16 2012/08/14 08:51:53 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 76,82 **** if (args->argc != 0) template = args->argv[0]; if (template == NULL) ! template = DEFAULT_DISPLAY_MESSAGE_TEMPLATE; ft = format_create(); format_client(ft, c); --- 76,82 ---- if (args->argc != 0) template = args->argv[0]; if (template == NULL) ! template = DISPLAY_MESSAGE_TEMPLATE; ft = format_create(); format_client(ft, c);