repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 4148bd2a3d4e00808cb9482e979cbda41c96229b: path_to: revision_to:
commit 4148bd2a3d4e00808cb9482e979cbda41c96229b Author: Marc LehmannDate: Fri Jan 6 05:43:36 2006 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- 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
-----END OF PAGE-----