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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c4b62bb22cdbc161,start X-Google-Attributes: gid103376,public From: "Ray Tindall" Subject: Troubles : New_Page & Get_Immediate Date: 1997/10/17 Message-ID: <01bcdae4$3f70ffa0$0f02000a@default>#1/1 X-Deja-AN: 281173061 X-Complaints-To: news@news.cowan.edu.au X-Trace: news.cowan.edu.au 877082295 410 (None) 139.230.33.147 Organization: Edith Cowan University, Perth, WA Newsgroups: comp.lang.ada Date: 1997-10-17T00:00:00+00:00 List-Id: Help for a novice? Using Ada95 and the GW-Gnat compiler. When trying to use New_Page as in New_Page; to simply refresh the screen in output of text to the screen all I'm getting is a weird symbol, the control character that represents a page terminator I guess. Does anyone know why and or if there is a specific way it must be used or if it's inappropriate to do what I'm trying. The LRM states that Get_Immediate can be used to get a character from the keyboard immediately ie. without the enter key. But says should be used with 'unbuffered' input. Are there any references or suggestions as to how to do low_level IO or 'unbuffered' input to do this. End goal to have something like the well known 'hit any key to continue'.