From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id jt2/EHVIxmCbJQAAWB0awg (envelope-from ) for ; Sun, 13 Jun 2021 14:03:33 -0400 Received: by simark.ca (Postfix, from userid 112) id 36BC41F163; Sun, 13 Jun 2021 14:03:33 -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 6114F1E01F for ; Sun, 13 Jun 2021 14:03:32 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 00CCC388A438 for ; Sun, 13 Jun 2021 18:03:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00CCC388A438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623607412; bh=P1ngtqO+KOTSpOj8dX+oOvCdp/P8oBUdn0ruJylrrFY=; 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=fE5tzr6moB1k0/BmAialZzlpAfurEY/n3qn8ZMaqs1iHMOpE/JL+UqB7gEeXoJJQf /7duNkMnDQYD7sMATFHW8lvurknjZ0RPHvYWmF7wvTdJMjiuO6SCmCEr6noax+4iga YEI9mifWgzVKeUCAKcFQ/t45b6eKHQmcAmyL4rGQ= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id E031C3857004 for ; Sun, 13 Jun 2021 18:03:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E031C3857004 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49224) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsURx-0004IH-BN; Sun, 13 Jun 2021 14:03:09 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2950 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 1lsURt-0002Ww-Sw; Sun, 13 Jun 2021 14:03:09 -0400 Date: Sun, 13 Jun 2021 21:02:49 +0300 Message-Id: <838s3d7id2.fsf@gnu.org> To: Pedro Alves In-Reply-To: <3fd0ca96-28a8-b909-1bf2-033dbc00548a@palves.net> (message from Pedro Alves on Sun, 13 Jun 2021 18:29:57 +0100) Subject: Re: [PATCH v2] Make the TUI command window support the mouse References: <20210603151453.15248-1-ssbssa.ref@yahoo.de> <20210603151453.15248-1-ssbssa@yahoo.de> <87r1hhoi03.fsf@tromey.com> <1760297979.5212997.1622816480782@mail.yahoo.com> <0936428e-80c4-c192-cdfd-817ff9bcfab0@palves.net> <877dj9o4ch.fsf@tromey.com> <3facd73a-bfea-d46c-85a7-101ea893998f@palves.net> <8cfc78b7-ecdc-b435-5c1f-f027c8704f9e@palves.net> <1231900744.5510610.1622904017896@mail.yahoo.com> <87wnr1h80t.fsf@tromey.com> <287323544.8784317.1623409369460@mail.yahoo.com> <1761936332.9225994.1623501145444@mail.yahoo.com> <6afbe909-91d6-af32-d496-ca112dcfb43a@palves.net> <455337ea-65c3-42b5-0ec0-3c85b85ba054@palves.net> <83o8ca6oii.fsf@gnu.org> <3fd0ca96-28a8-b909-1bf2-033dbc00548a@palves.net> 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, brobecker@adacore.com Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Pedro Alves > Cc: ssbssa@yahoo.de, gdb-patches@sourceware.org, tom@tromey.com, > brobecker@adacore.com > Date: Sun, 13 Jun 2021 18:29:57 +0100 > > > Maybe I'm missing something, but what about MS-Windows, where the > > cursor motion keys don't (AFAIK) generate escape sequences? > > AFAICT, readline processes the escape sequences we're passing it anyhow, > since it unconditionally registers/binds them. It seems to be working for > Hannes. AFAIR, Hannes uses PDCurses, not ncurses, and I don't know what that means for this particular issue. I didn't try building GDB after these changes, but if someone succeeded building with ncurses and running this code on Windows, then I'm happy, of course.