Revision: 2536
          http://tmux.svn.sourceforge.net/tmux/?rev=2536&view=rev
Author:   tcunha
Date:     2011-07-03 21:51:17 +0000 (Sun, 03 Jul 2011)

Log Message:
-----------
Sync OpenBSD patchset 926:

PANE_FREEZE doesn't do anything anymore, so remove it.

Modified Paths:
--------------
    trunk/tmux.h
    trunk/window-copy.c

Modified: trunk/tmux.h
===================================================================
--- trunk/tmux.h        2011-07-03 21:50:27 UTC (rev 2535)
+++ trunk/tmux.h        2011-07-03 21:51:17 UTC (rev 2536)
@@ -803,7 +803,6 @@
 
        int              flags;
 #define PANE_REDRAW 0x1
-#define PANE_FREEZE 0x2
 
        char            *cmd;
        char            *shell;

Modified: trunk/window-copy.c
===================================================================
--- trunk/window-copy.c 2011-07-03 21:50:27 UTC (rev 2535)
+++ trunk/window-copy.c 2011-07-03 21:51:17 UTC (rev 2536)
@@ -1,4 +1,4 @@
-/* $Id: window-copy.c,v 1.133 2011-05-22 16:23:07 tcunha Exp $ */
+/* $Id$ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <[email protected]>
@@ -170,7 +170,6 @@
        data->searchtype = WINDOW_COPY_OFF;
        data->searchstr = NULL;
 
-       wp->flags |= PANE_FREEZE;
        if (wp->fd != -1)
                bufferevent_disable(wp->event, EV_READ|EV_WRITE);
 
@@ -234,7 +233,6 @@
 {
        struct window_copy_mode_data    *data = wp->modedata;
 
-       wp->flags &= ~PANE_FREEZE;
        if (wp->fd != -1)
                bufferevent_enable(wp->event, EV_READ|EV_WRITE);
 


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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to