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 E51C9385380B for ; Mon, 7 Jun 2021 23:57:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E51C9385380B Received: from fencepost.gnu.org ([2001:470:142:3::e]:39010) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqP7g-0003LO-Hp; Mon, 07 Jun 2021 19:57:36 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2271 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 1lqIRL-0003Lu-14; Mon, 07 Jun 2021 12:49:27 -0400 Date: Mon, 07 Jun 2021 19:49:16 +0300 Message-Id: <83mts1fwmr.fsf@gnu.org> From: Eli Zaretskii To: Hannes Domani Cc: gdb-patches@sourceware.org In-Reply-To: <20210607163003.621-3-ssbssa@yahoo.de> (message from Hannes Domani via Gdb-patches on Mon, 7 Jun 2021 18:30:03 +0200) Subject: Re: [PATCH 3/3] Add setting to enable/disable TUI mouse handling References: <20210607163003.621-1-ssbssa@yahoo.de> <20210607163003.621-3-ssbssa@yahoo.de> X-Spam-Status: No, score=1.9 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: Mon, 07 Jun 2021 23:57:47 -0000 > Date: Mon, 7 Jun 2021 18:30:03 +0200 > From: Hannes Domani via Gdb-patches > > Useful if the mouse events don't work correctly on a system, or the user just > doesn't need them. > > gdb/ChangeLog: > > 2021-06-07 Hannes Domani > > * tui/tui-data.c (tui_set_win_focus_to): Handle mouse setting. > * tui/tui-io.c (tui_prep_terminal): Likewise. > * tui/tui-win.c (tui_mouse): New global. > (tui_set_mouse, tui_show_mouse_function): New functions. > (_initialize_tui_win): Add mouse setting. > * tui/tui-win.h (tui_mouse): Declare. > > gdb/doc/ChangeLog: > > 2021-06-07 Hannes Domani > > * gdb.texinfo (TUI Configuration): Document mouse setting. OK for the documentation part.