=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input-keys.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/tmux/input-keys.c 2014/03/31 21:42:45 1.34 --- src/usr.bin/tmux/input-keys.c 2014/04/03 08:15:17 1.35 *************** *** 1,4 **** ! /* $OpenBSD: input-keys.c,v 1.34 2014/03/31 21:42:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: input-keys.c,v 1.35 2014/04/03 08:15:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 245,251 **** paste_send_pane(pb, wp, "\r", wp->screen->mode & MODE_BRACKETPASTE); } ! } else if ((m->xb & 3) != 1 && options_get_number(&wp->window->options, "mode-mouse") == 1) { if (window_pane_set_mode(wp, &window_copy_mode) == 0) { window_copy_init_from_pane(wp); --- 245,251 ---- paste_send_pane(pb, wp, "\r", wp->screen->mode & MODE_BRACKETPASTE); } ! } else if (m->button != 1 && options_get_number(&wp->window->options, "mode-mouse") == 1) { if (window_pane_set_mode(wp, &window_copy_mode) == 0) { window_copy_init_from_pane(wp);