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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f297d5b850ee1e61 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-02 02:11:24 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: gautier_niouzes@hotmail.com (Gautier) Newsgroups: comp.lang.ada Subject: Re: Newbie: display control Date: 2 Mar 2003 02:11:23 -0800 Organization: http://groups.google.com/ Message-ID: <17cd177c.0303020211.7097abb@posting.google.com> References: <87f5a614.0303011527.4cb09de2@posting.google.com> NNTP-Posting-Host: 80.218.89.54 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046599884 19133 127.0.0.1 (2 Mar 2003 10:11:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Mar 2003 10:11:24 GMT Xref: archiver1.google.com comp.lang.ada:34792 Date: 2003-03-02T10:11:24+00:00 List-Id: svaa: > Is there any library to control display cursor etc, that has become > an standard "de facto" in Ada 95?. > > I'm a newbie in Ada, but I think it's strange that Ada RM, that covers > a lot of stuff, doesn't have a screen/cursor/keyboard standard spec. > the user interface in Ada 95 is sad (well, I would say missing). > > I know there are a lot of terminals, and depends a lot upon hardware. > But the first Ada was born in 1983, not in 1960, terminals were then > an important part of computers world. I don't mean Ada should have a > full GUI, but at least a "clear screen", and "set cursor position" > procedure. Or was the main goal of Ada embedded systems? The designers of Ada have always been very careful not hooking the language into a specific system (for Ada83 even too minimalist, e.g. the missing math libraries). You terminal issue is a good example of the pertinence of this carefulness: in 1983 the terminals had perhaps the "set cursor position" feature, but a normal command line window in 2003 provide basically not more functionality than what you find in Ada.Text_IO. ________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!