From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CGLwn-0000YL-Fd for mharc-grub-devel@gnu.org; Sat, 09 Oct 2004 14:28:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGLwl-0000Uo-RM for grub-devel@gnu.org; Sat, 09 Oct 2004 14:27:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGLwl-0000UA-A7 for grub-devel@gnu.org; Sat, 09 Oct 2004 14:27:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGLwl-0000U5-7z for grub-devel@gnu.org; Sat, 09 Oct 2004 14:27:59 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGLpk-0003Sc-RM for grub-devel@gnu.org; Sat, 09 Oct 2004 14:20:45 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id ECCBCF5777C4 for ; Sat, 9 Oct 2004 20:20:42 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 9 Oct 2004 20:21:09 +0200 User-Agent: KMail/1.6.1 References: <200410060329.44046.tim.lists@majoroak.f2s.com> <200410071122.21554.okuji@enbug.org> <200410091203.39901.tim.lists@majoroak.f2s.com> In-Reply-To: <200410091203.39901.tim.lists@majoroak.f2s.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Message-Id: <200410092021.09255.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: Sat, 09 Oct 2004 18:28:00 -0000 On Saturday 09 October 2004 13:03, Timothy Baldwin wrote: > (grub_getxy): Returns via pointers to unsigned, instead of packed > into a 16-bit value, all callers updated. Although you say unsigned here, you use int in your patch. > PS. I haven't signed any copyright forms. Oh, I forgot it! Thank you for pointing it out. I'll send a template of the request form later. Okuji