Revision: 2762
          http://tmux.svn.sourceforge.net/tmux/?rev=2762&view=rev
Author:   tcunha
Date:     2012-04-10 09:44:58 +0000 (Tue, 10 Apr 2012)
Log Message:
-----------
Sync OpenBSD patchset 1081:

Only find each window once no matter how many panes, from Jonathan
Daugherty.

Modified Paths:
--------------
    trunk/cmd-find-window.c

Modified: trunk/cmd-find-window.c
===================================================================
--- trunk/cmd-find-window.c     2012-04-01 08:39:19 UTC (rev 2761)
+++ trunk/cmd-find-window.c     2012-04-10 09:44:58 UTC (rev 2762)
@@ -142,6 +142,7 @@
 
                        ARRAY_ADD(&list_idx, wm->idx);
                        ARRAY_ADD(&list_ctx, sctx);
+                       break;
                }
        }
        xfree(searchstr);

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


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to