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:
parent
204a870ff7
commit
e6e09deced
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue