=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-list-windows.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/tmux/cmd-list-windows.c 2011/08/26 10:53:16 1.15 --- src/usr.bin/tmux/cmd-list-windows.c 2011/09/23 12:23:24 1.16 *************** *** 1,4 **** ! /* $OpenBSD: cmd-list-windows.c,v 1.15 2011/08/26 10:53:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-list-windows.c,v 1.16 2011/09/23 12:23:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 91,97 **** "#{?window_active, (active),}"; break; case 1: ! template = "#{session_name):#{window_index}: " "#{window_name} " "[#{window_width}x#{window_height}] " "[layout #{window_layout}]" --- 91,97 ---- "#{?window_active, (active),}"; break; case 1: ! template = "#{session_name}:#{window_index}: " "#{window_name} " "[#{window_width}x#{window_height}] " "[layout #{window_layout}]"