2002-04-17 Yoshinori K. Okuji <okuji@enbug.org>

* stage2/builtins.c [SUPPORT_SERIAL] (terminal_func): Set
	COUNT_LINES to -1, to disable the pager.
This commit is contained in:
okuji 2002-04-17 09:41:54 +00:00
parent 204a870ff7
commit e6e09deced
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-04-17 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/builtins.c [SUPPORT_SERIAL] (terminal_func): Set
COUNT_LINES to -1, to disable the pager.
2002-04-16 Yoshinori K. Okuji <okuji@enbug.org>
* docs/grub.texi (Obtaining and Building GRUB): Update the link

View file

@ -4080,6 +4080,9 @@ terminal_func (char *arg, int flags)
if (terminal & TERMINAL_SERIAL)
{
int time1, time2 = -1;
/* XXX: Disable the pager. */
count_lines = -1;
/* Get current time. */
while ((time1 = getrtsecs ()) == 0xFF)