[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugfix: no cursor on command line
From: |
Vesa Jääskeläinen |
Subject: |
Re: Bugfix: no cursor on command line |
Date: |
Tue, 27 Jan 2009 22:47:16 +0200 |
User-agent: |
Thunderbird 2.0.0.19 (Windows/20081209) |
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?