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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a93f67e375858538,start X-Google-Attributes: gid103376,public From: Fernando Tricas Subject: Different behavior of get_immediate in different OSs Date: 1999/01/14 Message-ID: #1/1 X-Deja-AN: 432617918 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Complaints-To: usenet@news.unizar.es X-Trace: celes.unizar.es 916336924 13001 155.210.34.1 (14 Jan 1999 18:02:04 GMT) Organization: Universidad de Zaragoza Mime-Version: 1.0 Reply-To: Fernando Tricas NNTP-Posting-Date: 14 Jan 1999 18:02:04 GMT Newsgroups: comp.lang.ada Date: 1999-01-14T18:02:04+00:00 List-Id: Hello, Compiler: gnat-3.10 Windows95 -> works as defined and does not make echo of the characters read. Irix, linux, SunOS -> works as defined but does echo of the characters HP/UX -> does not work ... it needs the return key to be pressed in order to work. The Ada Reference Manual says nothing about get_immediate echoing or not so, I think the first two behaviors are ok (?) but (as I understand the RM) the third one is not. Any hints, docs to read, ideas?? Thank you, Fernando Tricas P.S.: interested in get_immediate without echo ... any standard and portable way to do so?