Revision: 2812 http://tmux.svn.sourceforge.net/tmux/?rev=2812&view=rev Author: tcunha Date: 2012-05-30 13:44:13 +0000 (Wed, 30 May 2012) Log Message: ----------- Sync OpenBSD patchset 1124:
Fix client templates, from Romain Francoise. Modified Paths: -------------- trunk/tmux.h Modified: trunk/tmux.h =================================================================== --- trunk/tmux.h 2012-05-30 13:42:57 UTC (rev 2811) +++ trunk/tmux.h 2012-05-30 13:44:13 UTC (rev 2812) @@ -93,8 +93,8 @@ "#{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),}" + "[#{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} " \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs