From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LRvF6-0001W7-Dh for mharc-grub-devel@gnu.org; Tue, 27 Jan 2009 16:13:08 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRvF4-0001Th-Hl for grub-devel@gnu.org; Tue, 27 Jan 2009 16:13:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRvF2-0001Qj-Ns for grub-devel@gnu.org; Tue, 27 Jan 2009 16:13:05 -0500 Received: from [199.232.76.173] (port=39342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRvF2-0001QT-AX for grub-devel@gnu.org; Tue, 27 Jan 2009 16:13:04 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:59096 helo=kirsi2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRvF1-0003E2-SV for grub-devel@gnu.org; Tue, 27 Jan 2009 16:13:04 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi2.inet.fi (8.5.014) id 48FC5B89044C1ED5 for grub-devel@gnu.org; Tue, 27 Jan 2009 23:13:03 +0200 Message-ID: <497F78D2.8000706@nic.fi> Date: Tue, 27 Jan 2009 23:12:50 +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> <497F72D4.1060309@nic.fi> <497F750E.5080906@gmail.com> In-Reply-To: <497F750E.5080906@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 21:13:06 -0000 phcoder wrote: >> I do not remember seeing a problem here. So what is actually the problem >> and how to reproduce it? > > I booted GRUB2 by GRUB-Legacy, command prompt appeared and worked but > there were no cursor. I think the same problem appears when the user > opens command line from the menu. Still not seeing this. There is already a call to grub_setcursor (1) at the beginning of this function... (and that was added somewhere in 2005)... I tried both graphical and text console and none seem to be affected.