If not on a tty, don't do "--more--" processing. Someday, I will get

rogomatic to work with this version. :)
This commit is contained in:
Jordan K. Hubbard 1996-11-07 09:27:23 +00:00
parent 663b45cb90
commit 34b8396337
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ next_avail_ichar()
wait_for_ack()
{
if (!isatty(0) || !isatty(1))
return;
while (rgetchar() != ' ') ;
}