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:
parent
663b45cb90
commit
34b8396337
@ -264,6 +264,8 @@ next_avail_ichar()
|
||||
|
||||
wait_for_ack()
|
||||
{
|
||||
if (!isatty(0) || !isatty(1))
|
||||
return;
|
||||
while (rgetchar() != ' ') ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user