Revision: 2814 http://tmux.svn.sourceforge.net/tmux/?rev=2814&view=rev Author: tcunha Date: 2012-05-30 13:46:25 +0000 (Wed, 30 May 2012) Log Message: ----------- Sync OpenBSD patchset 1126:
Trim a double space from template. Modified Paths: -------------- trunk/cmd-list-windows.c Modified: trunk/cmd-list-windows.c =================================================================== --- trunk/cmd-list-windows.c 2012-05-30 13:45:16 UTC (rev 2813) +++ trunk/cmd-list-windows.c 2012-05-30 13:46:25 UTC (rev 2814) @@ -86,7 +86,7 @@ case 0: template = DEFAULT_WINDOW_TEMPLATE \ " [layout #{window_layout}] #{window_id}" \ - " #{?window_active, (active),}"; + "#{?window_active, (active),}"; break; case 1: template = "#{session_name}:" DEFAULT_WINDOW_TEMPLATE; 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