From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id C1D753857431 for ; Thu, 17 Jun 2021 13:17:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C1D753857431 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33432) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltrtx-0003hp-CY; Thu, 17 Jun 2021 09:17:45 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2841 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 1ltrtw-0000tL-VO; Thu, 17 Jun 2021 09:17:45 -0400 Date: Thu, 17 Jun 2021 16:17:47 +0300 Message-Id: <83sg1gzl38.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves Cc: gdb-patches@sourceware.org In-Reply-To: <20210617122300.3471654-1-pedro@palves.net> (message from Pedro Alves on Thu, 17 Jun 2021 13:23:00 +0100) Subject: Re: [PATCH] Document TUI mouse support in the manual & NEWS References: <20210617122300.3471654-1-pedro@palves.net> X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 17 Jun 2021 13:17:49 -0000 > From: Pedro Alves > Date: Thu, 17 Jun 2021 13:23:00 +0100 > > +On most terminals, pressing and holding the @key{SHIFT} key on your > +keyboard temporarily disables the terminal's mouse protocol, and let's > +you select/paste text with the mouse. ^^^^^ Typo: should be "lets". And I admit I'm confused by the above text: if one can select with the mouse, why are we saying that "mouse protocol is disabled"? > + ** Key combinations that do not have a specific action on the > + focused window are passed to GDB. For example, you now can use > + Ctrl-Left/Ctrl-Right to move between words in the command window > + regardless of which window is in focus. Previously you would > + need to focus on the command window for such key combinations to > + work. This part doesn't fit the header line of the patch. OK with the above fixed. Thanks.