All of lore.kernel.org
 help / color / mirror / Atom feed
* Pager does work from a menu?
@ 2007-06-12 11:57 adrian15
  2007-06-12 14:34 ` Robert Millan
  0 siblings, 1 reply; 4+ messages in thread
From: adrian15 @ 2007-06-12 11:57 UTC (permalink / raw)
  To: The development of GRUB 2

This code from: normal/command.c

   /* Enable the pager if the environment pager is set to 1.  */
   if (interactive)
     pager = grub_env_get ("pager");
   else
     pager = 0;
   if (pager && (! grub_strcmp (pager, "1")))
     grub_set_more (1);

Can anyone confirm my suspictions that even the pager variable set to 1
there is NO stop on the screen when running a grub option that has the
cat command inside it with a big file?

I am suspecting because in grub legacy there was the same stupid
behaviour which I fixed of course.

I also do not like the way that pager is run. I mean, putting a getkey
inside the

void
grub_putcode (grub_uint32_t code)

function from: kern/term.c

it seems to me a bit childish although I do not know so far a better
solution.



adrian15




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

end of thread, other threads:[~2007-06-13 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12 11:57 Pager does work from a menu? adrian15
2007-06-12 14:34 ` Robert Millan
2007-06-12 14:16   ` adrian15
2007-06-13 14:24     ` Robert Millan

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.