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 3832F3858D3C for ; Sun, 6 Feb 2022 15:52:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3832F3858D3C Received: from [2001:470:142:3::e] (port=59410 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 1nGjqG-0000G9-I8; Sun, 06 Feb 2022 10:52:44 -0500 Received: from [87.69.77.57] (port=3531 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 1nGjqG-0008U0-2R; Sun, 06 Feb 2022 10:52:44 -0500 Date: Sun, 06 Feb 2022 17:52:28 +0200 Message-Id: <837da8youb.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <81ab0df3eebc4d865d9e63e49a1eab84e7970a6a.1644156219.git.aburgess@redhat.com> (message from Andrew Burgess via Gdb-patches on Sun, 6 Feb 2022 14:12:43 +0000) Subject: Re: [PATCHv2 05/15] gdb/tui: add new 'tui window width' command and 'winwidth' alias References: <81ab0df3eebc4d865d9e63e49a1eab84e7970a6a.1644156219.git.aburgess@redhat.com> X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * 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: Sun, 06 Feb 2022 15:52:46 -0000 > Date: Sun, 6 Feb 2022 14:12:43 +0000 > From: Andrew Burgess via Gdb-patches > Cc: Andrew Burgess > > gdb/NEWS | 6 ++ > gdb/doc/gdb.texinfo | 12 ++++ > gdb/testsuite/gdb.tui/winwidth.exp | 62 +++++++++++++++++ > gdb/tui/tui-layout.c | 23 +++++-- > gdb/tui/tui-layout.h | 104 ++++++++++++++++++++++++++++- > gdb/tui/tui-win.c | 99 +++++++++++++++++++++++++-- > 6 files changed, 291 insertions(+), 15 deletions(-) > create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp OK for the documentation parts. Btw, should we mention that this new command will only have effect if more than one window is displayed?