=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.72 retrieving revision 1.73 diff -c -r1.72 -r1.73 *** src/usr.bin/tmux/window-copy.c 2011/05/18 20:24:29 1.72 --- src/usr.bin/tmux/window-copy.c 2011/06/27 00:04:49 1.73 *************** *** 1,4 **** ! /* $OpenBSD: window-copy.c,v 1.72 2011/05/18 20:24:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-copy.c,v 1.73 2011/06/27 00:04:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 170,176 **** data->searchtype = WINDOW_COPY_OFF; data->searchstr = NULL; - wp->flags |= PANE_FREEZE; if (wp->fd != -1) bufferevent_disable(wp->event, EV_READ|EV_WRITE); --- 170,175 ---- *************** *** 234,240 **** { struct window_copy_mode_data *data = wp->modedata; - wp->flags &= ~PANE_FREEZE; if (wp->fd != -1) bufferevent_enable(wp->event, EV_READ|EV_WRITE); --- 233,238 ----