From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13011 invoked by alias); 1 Sep 2002 17:31:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13002 invoked from network); 1 Sep 2002 17:31:29 -0000 Received: from unknown (HELO kraid.nerim.net) (62.4.16.95) by sources.redhat.com with SMTP; 1 Sep 2002 17:31:29 -0000 Received: from nerim.fr (stcarrez.net1.nerim.net [62.212.108.40]) by kraid.nerim.net (Postfix) with ESMTP id 7BE2242B67; Sun, 1 Sep 2002 19:23:00 +0200 (CEST) Message-ID: <3D726B09.20003@nerim.fr> Date: Sun, 01 Sep 2002 10:31:00 -0000 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [RFA]: Document info win command Content-Type: multipart/mixed; boundary="------------060600070809020007070002" X-SW-Source: 2002-09/txt/msg00009.txt.bz2 This is a multi-part message in MIME format. --------------060600070809020007070002 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 211 Hi! The info win command is not documented in TUI. This patch fixes that. Ok to commit? Stephane 2002-09-01 Stephane Carrez * gdb.texinfo (TUI Commands): Document info win command. --------------060600070809020007070002 Content-Type: text/plain; name="gdb-info-win.diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-info-win.diffs" Content-length: 531 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.117 diff -u -p -r1.117 gdb.texinfo --- gdb.texinfo 1 Sep 2002 08:52:36 -0000 1.117 +++ gdb.texinfo 1 Sep 2002 17:29:02 -0000 @@ -13366,6 +13366,10 @@ is in the standard mode, using these com in the TUI mode. @table @code +@item info win +@kindex info win +List and give the size of all displayed windows. + @item layout next @kindex layout next Display the next layout. --------------060600070809020007070002--