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 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-03 14:09:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!news.airnews.net!cabal12.airnews.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: Newbie: display control Date: Mon, 3 Mar 2003 16:04:21 -0600 Organization: Airnews.net! at Internet America Message-ID: <3FCC13592DB33633.3E67411E85518C75.33DB626F8F2D55C2@lp.airnews.net> X-Orig-Message-ID: References: <87f5a614.0303011527.4cb09de2@posting.google.com> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library1-aux.airnews.net NNTP-Posting-Time: Mon Mar 3 16:06:48 2003 NNTP-Posting-Host: !bYmd1k-Y7V]`8k (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:34840 Date: 2003-03-03T16:04:21-06:00 List-Id: Ada was intended specifically for embedded systems. COBOL was intended specifically for automatic data processing systems, and it has had great success in that job. "Stephen Leake" wrote in message news:u1y1ogq71.fsf@nasa.gov... > svaa@ciberpiula.net (svaa) writes: > > > Hello: > > Is there any library to control display cursor etc, that has become > > an standard "de facto" in Ada 95?. > > Look on adapower.com; there are packages that control cursors in text > displays. > > > 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). > > Yes, it is missing. That's because there is no "international standard > user interface device". Ada is an international standard, so it has to > be very careful about specifying things that might not be. > > > 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. > > Is there an international standard for these operations? > > > Or was the main goal of Ada embedded systems? > > One of the main goals. > > > At the same time, the "normal" user interface these days is graphical > (bitmapped), not command-line or character screens. On adapower.com, > you will also find severl non-standard libraries to handle graphical > displays. > > -- > -- Stephe