X-Authentication-Warning: new-smtp2.ihug.com.au: Host p200-tnt4.syd.ihug.com.au [203.173.134.200] claimed to be acceleron Message-ID: <004601c153cd$c03c8f80$0a02a8c0@acceleron> From: "Andrew Cottrell" To: Cc: Subject: Info Issue with CVS LIBC Date: Sat, 13 Oct 2001 19:59:28 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Recevied this report from an end user who downloaded the files from clio: > I am trying to use DJGPP C++ compiler under winXP. Everything > seems to be fine with October 07 build, except two things I found > so far: 1. info.exe does not work actually (not a big problem) - it > prints something to the screen after each keypress. I tried the info.exe on Win2K and a small amount of testing showed that when pressing the cursor keys it looks like the ansi info is printed to the display. The cursor appears to almost move correctly, but printing the "^[[?" interferes with the movement. Print Keystroke ^[[B Cursor Down ^[[C Cursor Right ^[[D Cursor Left ^[[A Cursor Up On Win 98 the same problem occurs. The following shows the corrupted top left corner of the display after moveing the cursor arround. ^[le: dir, No ^[[B ^[[Belcome to ^[[Bented here ^[[B ^^^^^^[[Bw a t the l^^^[[Begi ^[[D Th^^[[Ahe D retur^^[[ADD, for first-time I suspect that this is a 2.04 LIBC issue caused by one of the changes to do with the terminal io. Anyone got any ideas where to start looking? If I start looking at it now it will take me a number of hours before I narrow the issue does enough to asertain where the problem may be. Thanks, Andrew