From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LRuqK-0004Y3-Vw for mharc-grub-devel@gnu.org; Tue, 27 Jan 2009 15:47:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRuqI-0004XT-U9 for grub-devel@gnu.org; Tue, 27 Jan 2009 15:47:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRuqG-0004X8-C8 for grub-devel@gnu.org; Tue, 27 Jan 2009 15:47:29 -0500 Received: from [199.232.76.173] (port=41586 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRuqG-0004X1-8Y for grub-devel@gnu.org; Tue, 27 Jan 2009 15:47:28 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:58156 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRuqF-00006d-Mu for grub-devel@gnu.org; Tue, 27 Jan 2009 15:47:28 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni2.inet.fi (8.5.014) id 48FC5A88044C876D for grub-devel@gnu.org; Tue, 27 Jan 2009 22:47:27 +0200 Message-ID: <497F72D4.1060309@nic.fi> Date: Tue, 27 Jan 2009 22:47:16 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <497F303B.30608@gmail.com> In-Reply-To: <497F303B.30608@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Bugfix: no cursor on command line 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: Tue, 27 Jan 2009 20:47:31 -0000 phcoder wrote: > Testing grub I noticed this bug. Here is bugfix > Vladimir 'phcoder' Serbinenko > > Index: normal/cmdline.c > =================================================================== > --- normal/cmdline.c (revision 1959) > +++ normal/cmdline.c (working copy) > @@ -148,6 +148,7 @@ > { > static char cmdline[GRUB_MAX_CMDLINE]; > > + grub_setcursor (1); > grub_print_error (); > grub_errno = GRUB_ERR_NONE; > cmdline[0] = '\0'; I do not remember seeing a problem here. So what is actually the problem and how to reproduce it?