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-91-241.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=none autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: get_immediate echoe character--compiled error? Date: Wed, 4 Oct 2023 12:48:41 +0200 Organization: A noiseless patient Spider Message-ID: References: <87fs2tr2vf.fsf@nosuchdomain.example.com> <87lecku0bu.fsf@nosuchdomain.example.com> <874jj75joi.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 4 Oct 2023 10:48:41 -0000 (UTC) Injection-Info: dont-email.me; posting-host="a9060ec1726ff2e1f2ed7a51493568fc"; logging-data="146408"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/sl8P24MGvWR3uJymwh6d8gwb7437yO9A=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:TfOL4z/+TM1StN/bPFsMWMHpD+k= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65778 List-Id: On 2023-10-04 10:22, Simon Wright wrote: > > Or, alternatively, don't turn echoing off at all - what's the use case > for turning it off? After all, the ARM says nothing about it. The use case is inputting passwords and the like. See Password_Line (https://github.com/jrcarter/Encryption-utilities/blob/master/password_line.ads) for an example. Note that this has identical behavior with GNAT/Linux and ObjectAda/Windows. -- Jeff Carter “[A]bout half the patterns in the 'Gang of Four' book only exist because of defects in C++ ...” Brian Drummond 174