From: root Date: Fri, 6 Jan 2006 05:43:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=931c2d07506dded819be67789dbed92393b0a1dc;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 423d412a..dc9b1adb 100644 --- a/src/command.C +++ b/src/command.C @@ -1875,6 +1875,7 @@ rxvt_term::button_press (XButtonEvent &ev) { /* same button, within alloted time */ MEvent.clicks++; + if (MEvent.clicks > 1) { /* only report double clicks */ @@ -2092,8 +2093,10 @@ rxvt_term::button_press (XButtonEvent &ev) break; } } + return; } + #if MENUBAR /* * Menubar window processing of button press