=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.339 retrieving revision 1.340 diff -c -r1.339 -r1.340 *** src/usr.bin/tmux/tmux.h 2012/05/25 08:28:10 1.339 --- src/usr.bin/tmux/tmux.h 2012/05/27 21:43:57 1.340 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.339 2012/05/25 08:28:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.340 2012/05/27 21:43:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 97,104 **** "#{line}: #{buffer_size} bytes: \"#{buffer_sample}\"" #define DEFAULT_CLIENT_TEMPLATE \ "#{client_tty}: #{session_name} " \ ! "[#client_width}x#{client_height} #{client_termname}]" \ ! "{?client_utf8, (utf8),} #{?client_readonly, (ro),}" #define DEFAULT_DISPLAY_MESSAGE_TEMPLATE \ "[#{session_name}] #{window_index}:" \ "#{window_name}, current pane #{pane_index} " \ --- 97,104 ---- "#{line}: #{buffer_size} bytes: \"#{buffer_sample}\"" #define DEFAULT_CLIENT_TEMPLATE \ "#{client_tty}: #{session_name} " \ ! "[#{client_width}x#{client_height} #{client_termname}]" \ ! "#{?client_utf8, (utf8),} #{?client_readonly, (ro),}" #define DEFAULT_DISPLAY_MESSAGE_TEMPLATE \ "[#{session_name}] #{window_index}:" \ "#{window_name}, current pane #{pane_index} " \