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.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:2293:b0:600:2b7b:2a19 with SMTP id o19-20020a05620a229300b006002b7b2a19mr13153308qkh.408.1646825214100; Wed, 09 Mar 2022 03:26:54 -0800 (PST) X-Received: by 2002:a25:2e50:0:b0:629:1c69:aa61 with SMTP id b16-20020a252e50000000b006291c69aa61mr14753566ybn.213.1646825213779; Wed, 09 Mar 2022 03:26:53 -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: Wed, 9 Mar 2022 03:26:53 -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: Subject: Re: Get_Immediate does not read CR in CRLF pairs From: Marius Amado-Alves Injection-Date: Wed, 09 Mar 2022 11:26:54 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63595 List-Id: On Tuesday, 8 March 2022 at 12:53:17 UTC, Dmitry A. Kazakov wrote: > On 2022-03-08 13:20, Marius Amado-Alves wrote: > > Text_IO should just get the character from the OS. Without assumptions that it is this or that key. > That is technically impossible under Windows. Windows does not deal with > characters it does with scan codes which then might be converted to > characters this or that way, or not at all. You mean Text_IO scans the keyboard?!