=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-display-message.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/tmux/cmd-display-message.c 2012/03/03 09:45:41 1.12 --- src/usr.bin/tmux/cmd-display-message.c 2012/05/22 11:35:37 1.13 *************** *** 1,4 **** ! /* $OpenBSD: cmd-display-message.c,v 1.12 2012/03/03 09:45:41 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-display-message.c,v 1.13 2012/05/22 11:35:37 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 75,81 **** if (args->argc != 0) template = args->argv[0]; if (template == NULL) ! template = "[#S] #I:#W, current pane #P - (%H:%M %d-%b-%y)"; ft = format_create(); format_client(ft, c); --- 75,81 ---- if (args->argc != 0) template = args->argv[0]; if (template == NULL) ! template = DEFAULT_DISPLAY_MESSAGE_TEMPLATE; ft = format_create(); format_client(ft, c);