2004-07-04 Vincent Pelletier <subdino2004@yahoo.fr>

* normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
        when backspace is pressed at beginning of line.
This commit is contained in:
subdino 2005-07-04 13:50:10 +00:00
parent 39c9d41d2a
commit f8f1559ae0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-07-04 Vincent Pelletier <subdino2004@yahoo.fr>
* normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
when backspace is pressed at beginning of line.
2005-07-03 Yoshinori Okuji <okuji@enbug.org>
* DISTLIST: Added genfslist.sh.

View File

@ -717,6 +717,8 @@ grub_cmdline_get (const char *prompt, char cmdline[], unsigned max_len,
lpos--;
cl_set_pos ();
}
else
break;
/* fall through */
case 4: /* Ctrl-d */