From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CFUaI-00052P-7h for mharc-grub-devel@gnu.org; Thu, 07 Oct 2004 05:29:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFUaA-00051H-9m for grub-devel@gnu.org; Thu, 07 Oct 2004 05:29:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFUa5-00050c-Dw for grub-devel@gnu.org; Thu, 07 Oct 2004 05:29:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFUa4-00050E-Gk for grub-devel@gnu.org; Thu, 07 Oct 2004 05:29:00 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFUTH-0003MV-Ee for grub-devel@gnu.org; Thu, 07 Oct 2004 05:21:59 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 0DB68FF9F3DD for ; Thu, 7 Oct 2004 11:21:59 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 7 Oct 2004 11:22:21 +0200 User-Agent: KMail/1.6.1 References: <200410060329.44046.tim.lists@majoroak.f2s.com> <200410061618.45255.tim.lists@majoroak.f2s.com> <87brff97lv.fsf@marco.marco-g.com> In-Reply-To: <87brff97lv.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410071122.21554.okuji@enbug.org> Subject: Re: [patch] Widening terminal coordinates, and reading terminal size. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 09:29:10 -0000 On Wednesday 06 October 2004 17:41, Marco Gerards wrote: > > grub_getsize is ambiguous (size of what?) and grub_getgeometry > > suggests a function to get the geometry of a GUI window, > > grub_get_term_size is better. What do you think? > > How about getdimensions? That is the term that is used in the Hurd. I don't like getdimensions, since dimensions can be read as the number of axes. I vote for grub_getgeometry. Since GRUB does not have a window system, I don't think it is ambiguous. Okuji