From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f61331c2557699b0 X-Google-Attributes: gid103376,public From: tmoran@acm.org Subject: Re: Automatic issue of carriage return Date: 2000/11/22 Message-ID: #1/1 X-Deja-AN: 696693250 References: <9mom1ts4v0uv6ff3bf0750p9jqe5kbaohd@4ax.com> X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 974909321 24.20.190.201 (Wed, 22 Nov 2000 08:08:41 PST) Organization: Excite@Home - The Leader in Broadband http://home.com/faster NNTP-Posting-Date: Wed, 22 Nov 2000 08:08:41 PST Newsgroups: comp.lang.ada Date: 2000-11-22T00:00:00+00:00 List-Id: >I would like to recieve a user's input to a prompt and then >automatically issue a CR or LF. so the user does not have to hit the >enter key and won't have an opportunity to do a backspace and change his input. Is that really for sure what you want? If so, check out Ada.Text_IO.Get_Immediate of Character.