All of lore.kernel.org
 help / color / mirror / Atom feed
* Bugfix: no cursor on command line
@ 2009-01-27 16:03 phcoder
  2009-01-27 20:47 ` Vesa Jääskeläinen
  0 siblings, 1 reply; 9+ messages in thread
From: phcoder @ 2009-01-27 16:03 UTC (permalink / raw)
  To: The development of GRUB 2

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';



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-02-21 13:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 16:03 Bugfix: no cursor on command line phcoder
2009-01-27 20:47 ` Vesa Jääskeläinen
2009-01-27 20:56   ` phcoder
2009-01-27 21:12     ` Vesa Jääskeläinen
2009-01-28  1:30       ` Grub 2 command : uppermem (patch proposal) Bandan Das
2009-02-07 22:00         ` Robert Millan
2009-02-09 20:06         ` Bandan
2009-02-21 13:07           ` Robert Millan
2009-01-28  5:18       ` Bugfix: no cursor on command line phcoder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.