From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id lT46F8J3umDJTAAAWB0awg (envelope-from ) for ; Fri, 04 Jun 2021 14:58:10 -0400 Received: by simark.ca (Postfix, from userid 112) id 54ECA1F163; Fri, 4 Jun 2021 14:58:10 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 871121E813 for ; Fri, 4 Jun 2021 14:58:09 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EF07539A0003 for ; Fri, 4 Jun 2021 18:58:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF07539A0003 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1622833089; bh=4z8V55rkFEEMHoNRbEFart+pIGWhvTFVDcPA8JPxnDM=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=N019/vzyZdVZKl2i1jBHtmgRp2RlcSO5GpYKx+JcRS+PU4WAe0dGvw3mfVZdiwGki l3oxlpop7HqRwRnXXuFDoSe8bmcTJkyWpYS4QJ5Gso8yQapDEwtHi4Veg51p+J5sC1 FIwZUUUUnT/Xo8p59ina12ZhHXaAV/cCWYdu2KoA= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 20A6538515E5 for ; Fri, 4 Jun 2021 18:57:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 20A6538515E5 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47370) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpF0l-0007XE-HH; Fri, 04 Jun 2021 14:57:39 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1042 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpF0l-0002Un-4J; Fri, 04 Jun 2021 14:57:39 -0400 Date: Fri, 04 Jun 2021 21:57:33 +0300 Message-Id: <83tumdlaoy.fsf@gnu.org> To: Hannes Domani In-Reply-To: <899939356.5239586.1622822763347@mail.yahoo.com> (message from Hannes Domani via Gdb-patches on Fri, 4 Jun 2021 16:06:03 +0000 (UTC)) Subject: Re: [PATCHv3 1/2] Initial TUI mouse support References: <20210603151453.15248-1-ssbssa.ref@yahoo.de> <20210603151453.15248-1-ssbssa@yahoo.de> <87r1hhoi03.fsf@tromey.com> <1760297979.5212997.1622816480782@mail.yahoo.com> <899939356.5239586.1622822763347@mail.yahoo.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: tom@tromey.com, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Fri, 4 Jun 2021 16:06:03 +0000 (UTC) > From: Hannes Domani via Gdb-patches > > diff --git a/gdb/NEWS b/gdb/NEWS > index ab678acec8b..8c876e71e63 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -75,6 +75,9 @@ >    and "-eiex" that allow options (that would normally appear in a >    gdbearlyinit file) to be passed on the command line. >   > +* TUI windows now support mouse actions.  The mouse wheel scrolls the > +  appropriate window, and Python TUI windows can receive mouse click events. > + Thanks. The text is okay, but maybe we should qualify it by saying something like "if the curses library supports the mouse".