Revision: 2689
          http://tmux.svn.sourceforge.net/tmux/?rev=2689&view=rev
Author:   tcunha
Date:     2012-01-31 12:02:24 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
Sync OpenBSD patchset 1018:

Don't print double spaces in list output.

Modified Paths:
--------------
    trunk/cmd-list-windows.c

Modified: trunk/cmd-list-windows.c
===================================================================
--- trunk/cmd-list-windows.c    2012-01-31 12:01:43 UTC (rev 2688)
+++ trunk/cmd-list-windows.c    2012-01-31 12:02:24 UTC (rev 2689)
@@ -87,14 +87,14 @@
                        template = "#{window_index}: "
                            "#{window_name} "
                            "[#{window_width}x#{window_height}] "
-                           "[layout #{window_layout}] #{window_id} "
+                           "[layout #{window_layout}] #{window_id}"
                            "#{?window_active, (active),}";
                        break;
                case 1:
                        template = "#{session_name}:#{window_index}: "
                            "#{window_name} "
                            "[#{window_width}x#{window_height}] "
-                           "[layout #{window_layout}] #{window_id} "
+                           "[layout #{window_layout}] #{window_id}"
                            "#{?window_active, (active),}";
                        break;
                }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to