Date: Sat, 13 Oct 2001 13:16:09 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Andrew Cottrell" Message-Id: <3401-Sat13Oct2001131608+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com, kkryukov AT lab DOT nig DOT ac DOT jp In-reply-to: <004601c153cd$c03c8f80$0a02a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: Info Issue with CVS LIBC References: <004601c153cd$c03c8f80$0a02a8c0 AT acceleron> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Sat, 13 Oct 2001 19:59:28 +1000 > > 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. I already said several times here that it sounds like termios is hooking input more aggressively than it should have. It also breaks Less. > Anyone got any ideas where to start looking? I'd begin by finding out whether the termios init function gets called, and why. The special termios hook should only be installed if the program calls some termios function. IIRC, Info doesn't.