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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:58c2:0:b0:2de:326e:9dcb with SMTP id u2-20020ac858c2000000b002de326e9dcbmr14694818qta.689.1646757784203; Tue, 08 Mar 2022 08:43:04 -0800 (PST) X-Received: by 2002:a25:3b87:0:b0:628:b8a6:c1e7 with SMTP id i129-20020a253b87000000b00628b8a6c1e7mr12994587yba.422.1646757783938; Tue, 08 Mar 2022 08:43:03 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 Mar 2022 08:43:03 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.60.27.164; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 94.60.27.164 References: <1bd9b7ee-9195-44b3-8de2-c018a44b7eden@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30c0029f-8a26-4254-8baa-e604943a240en@googlegroups.com> Subject: Re: Get_Immediate does not read CR in CRLF pairs From: Marius Amado-Alves Injection-Date: Tue, 08 Mar 2022 16:43:04 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63590 List-Id: > > Sorry, Luke, I dont understand the question. > There is a procedure called Skip to get past the EOL/EOP. Thanks. Does not look applicable to the usecase which is just to read characters (graphic or not) from a file. Get_Immediate as defined in the ARM looked to me as an escape from the page and line (and keyboard) abstractions. Guess not. Thanks.