From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id B16FF385840C for ; Fri, 28 Jan 2022 17:01:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B16FF385840C Received: from [2001:470:142:3::e] (port=59760 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDUcb-000322-6B; Fri, 28 Jan 2022 12:01:16 -0500 Received: from [87.69.77.57] (port=4000 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 1nDUcE-0004p1-0C; Fri, 28 Jan 2022 12:01:07 -0500 Date: Fri, 28 Jan 2022 19:00:33 +0200 Message-Id: <838ruzdccu.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <8a07632c8949a934306406f22a5c659018cd1d39.1643385021.git.aburgess@redhat.com> (message from Andrew Burgess via Gdb-patches on Fri, 28 Jan 2022 15:55:02 +0000) Subject: Re: [PATCH 1/7] gdb/tui: add window width information to 'info win' output References: <8a07632c8949a934306406f22a5c659018cd1d39.1643385021.git.aburgess@redhat.com> X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 28 Jan 2022 17:01:24 -0000 > Date: Fri, 28 Jan 2022 15:55:02 +0000 > From: Andrew Burgess via Gdb-patches > Cc: Andrew Burgess > > diff --git a/gdb/NEWS b/gdb/NEWS > index e1900596ca7..8da68c88def 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -102,6 +102,10 @@ show debug lin-lwp > debug linux-nat' and 'show debug linux-nat' should be used > instead. > > +info win > + This command now includes information about the width of the tui > + windows in its output. > + This part is OK, thanks.