From 2cd32252b1f7ac71acde80afbc83365ff1be679c Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 11 Apr 2007 17:43:55 +0000 Subject: [PATCH] Argh -- "Don't return selection start as a press event." -- that worked, alright, but it also disabled selections altogether! (Well, the selecting worked, but the pasting elsewhere didn't.) To Do: Fix this properly. --- x11/x11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11/x11.c b/x11/x11.c index af0950ca..9c2c819f 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -32,7 +32,7 @@ #include #include -RCSID("$Id: x11.c,v 1.79 2007/04/07 22:02:36 wmcbrine Exp $"); +RCSID("$Id: x11.c,v 1.80 2007/04/11 17:43:55 wmcbrine Exp $"); #ifndef XPOINTER_TYPEDEFED typedef char * XPointer; @@ -2147,8 +2147,6 @@ static void XCursesButton(Widget w, XEvent *event, String *params, { _selection_off(); _selection_on(MOUSE_X_POS, MOUSE_Y_POS); - remove_release = True; - send_key = FALSE; } handle_real_release = True;