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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c83ec73b53ef3ce2 X-Google-Attributes: gid103376,public From: v025@academic.truman.edu (Chad R. Meiners) Subject: Re: Cursor positioning with console application under Windows NT Date: 1997/12/04 Message-ID: <3486f01b.0@silver.truman.edu>#1/1 X-Deja-AN: 295231824 References: <01bcfa8c$e3d34310$123d7a86@dchristensen> <347C7BD0.730C@online.no> <347d02ee.0@news.pacifier.com> Organization: Missouri Research and Education Network Newsgroups: comp.lang.ada Date: 1997-12-04T00:00:00+00:00 List-Id: I dug through the Win32 SDK and discovered that ansi escape are not checked for in the API used to print to the console. This explains why programs compiled with a dos compiler will still work with a ansi.sys file or an equivelant TSR. The Gnat 3.10p NT compiler to my understanding uses the NT API's so ansi will not work with it anyway. Jerry van Dijk's cursor package is a better way to position the cursor anyway. This poses the question, "Has anyone written a nice package to use all the features of the console API's?" Chad R. Meiners