=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/window-choose.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/tmux/Attic/window-choose.c 2012/10/11 08:53:50 1.28 --- src/usr.bin/tmux/Attic/window-choose.c 2012/10/26 14:35:42 1.29 *************** *** 1,4 **** ! /* $OpenBSD: window-choose.c,v 1.28 2012/10/11 08:53:50 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-choose.c,v 1.29 2012/10/26 14:35:42 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 623,629 **** struct window_choose_mode_item *item; u_int idx; ! if ((m->b & 3) == 3) return; if (m->x >= screen_size_x(s)) return; --- 623,629 ---- struct window_choose_mode_item *item; u_int idx; ! if (~m->event & MOUSE_EVENT_CLICK) return; if (m->x >= screen_size_x(s)) return;