From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:11ad:b0:73b:a6e7:f505 with SMTP id c13-20020a05620a11ad00b0073ba6e7f505mr1925962qkk.1.1677162728308; Thu, 23 Feb 2023 06:32:08 -0800 (PST) X-Received: by 2002:a05:6808:128f:b0:383:caec:c459 with SMTP id a15-20020a056808128f00b00383caecc459mr273242oiw.5.1677162728004; Thu, 23 Feb 2023 06:32:08 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Feb 2023 06:32:07 -0800 (PST) In-Reply-To: <75c3990e-eaab-47eb-bdba-3827b9fd4751n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=3.70.231.225; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 3.70.231.225 References: <75c3990e-eaab-47eb-bdba-3827b9fd4751n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <04265775-fe9f-4166-b0eb-a292ab917099n@googlegroups.com> Subject: Re: wait does not perform as expected From: AdaMagica Injection-Date: Thu, 23 Feb 2023 14:32:08 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1739 Xref: reader01.eternal-september.org comp.lang.ada:64966 List-Id: Also A.10.7(23): The Get_Immediate procedures should be implemented with unbuffered input. F= or a device such as a keyboard, input should be =E2=80=9Cavailable=E2=80=9D= if a key has already been typed, whereas for a disk file, input should alw= ays be available except at end of file. For a file associated with a keyboa= rd-like device, any line-editing features of the underlying operating syste= m should be disabled during the execution of Get_Immediate.