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-Thread: a07f3367d7,ecc058d81d1613b5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.68.253.99 with SMTP id zz3mr580134pbc.4.1357489450886; Sun, 06 Jan 2013 08:24:10 -0800 (PST) From: Niklas Holsti Newsgroups: comp.lang.ada Subject: Re: Help on record to a Newbie Date: Sun, 30 Dec 2012 19:29:06 +0200 Organization: Tidorum Ltd Message-ID: References: <8b12ba84-4753-4b57-b026-ab2bfb148a4a@googlegroups.com> Mime-Version: 1.0 X-Trace: individual.net nwZokGbTFpvH2HITpeQxmglJEuzi0RBr8G7x3WIxQh7qypeIeTNjrujQ90CxpLfCng Cancel-Lock: sha1:9JG2JXGThZJFPXQ2+929Ze9w7O8= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: Path: s9ni86992pbb.0!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.mccarragher.com!news.mccarragher.com!news.grnet.gr!newsfeed.CARNet.hr!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail X-Received-Bytes: 2373 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-12-30T19:29:06+02:00 List-Id: On 12-12-28 10:30 , Cedric wrote: > What does "alphanumeric screen control" in Ada mean? If your program uses Text_IO to display its output, the output text appears sequentially, left to right, top to down, in your command window, as if written on a typewriter. You can control the format a bit by Set_Col and New_Line, but not a lot. By alphanumeric screen control I mean the ability to address the command window / screen as an array of characters, for example in the classic 24 x 80 lay-out, and have some form of "go to row r, column c" control. Your mention of clearing the screen made me think that you want this kind of control. Libraries for such control over the screen often also allow setting the color of the text, and/or the background color, and/or some style options such as bold, italic, blinking (don't!), and perhaps include also the ability to use some "line-drawing" character set that lets you draw simple box graphics on the screen. Of course, all of that is superseded by GUIs, but (as another thread discusses) GUI coding is not so easy... -- Niklas Holsti Tidorum Ltd niklas holsti tidorum fi . @ .