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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c4e4e40240a86624 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!r19g2000prm.googlegroups.com!not-for-mail From: Emile8 Newsgroups: comp.lang.ada Subject: Re: Anyone see a problem in 5.7 ncurses Ada? Date: Wed, 9 Mar 2011 13:42:48 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <431bc7ac-07d3-4ccc-abb6-18091cb5a0db@s18g2000prg.googlegroups.com> NNTP-Posting-Host: 90.27.116.165 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1299707050 23392 127.0.0.1 (9 Mar 2011 21:44:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 9 Mar 2011 21:44:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r19g2000prm.googlegroups.com; posting-host=90.27.116.165; posting-account=u9P-fgoAAAB1qVhsrmxVpcdi-eIb_an8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.10 (maverick) Firefox/3.6.15,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18013 Date: 2011-03-09T13:42:48-08:00 List-Id: On 9 mar, 21:53, Jeffrey Carter wrote: > On 03/09/2011 01:28 PM, Emile8 wrote: > > > > > procedure test1 is > > =A0 =A0 NL : Line_count; > > =A0 =A0 NC : Column_count; > > begin > > =A0 =A0 init_screen; > > =A0 =A0 Get_size (number_of_columns =3D> =A0NC, number_of_lines =3D> = =A0NL); > > =A0 =A0 put(integer(NL)); > > =A0 =A0 put_line(""); > > Skip_Line? Ok for skip_line; > > > =A0 =A0 put(integer(NC)); > > =A0 =A0 delay 10.0; End_Windows; Curses_Free_All; -- to leave properly ncurses > > end test1; > > -- > Jeff Carter > "Sir Robin the not-quite-so-brave-as-Sir-Lancelot, > who had nearly fought the Dragon of Angnor, > who nearly stood up to the vicious Chicken of Bristol, > and who had personally wet himself at the > Battle of Badon Hill." > Monty Python & the Holy Grail > 68