X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9Wzc3OHrZI2iewu/xilIBxuctfOqlymy2lkd4O2r5V0=; b=jg5TVFlWDVXCzoZEk5DveMFN6JO6fFWMsA8aTBneq/jYoJfSFR/4j19LGvD4f9U8m1 X60GQP3ua4h0Z9c8iSr0VOdCZp+HcrkyLFWd6bgH8ZoMwSOuqbgN5SyMY0IWqpGtRS49 P4WLdpQ7EF886mYvr/bWXrCFixQexEMhZTjOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XcTFff6o/JVIKSZikJJEEm6enukDF29fxI7WdOI77dJ/F1TbVKOWlFcepkaPq964Q7 ywYIcVyx3cDEZ5sCYEaoxIXNEQwUvCR4BzKA0esqhOWwqZ/ThmDir/AK+k5WgtdmWIIz 5J3Bwo00So8aTxj2H4WQmrZdNvflDMKwxiu0k= MIME-Version: 1.0 In-Reply-To: References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> <7705c9030902100127u37036fb4v39b4750dad3013da AT mail DOT gmail DOT com> <7705c9030902100918g41674550nce5009a68727f895 AT mail DOT gmail DOT com> <7705c9030902101808g141ba04du58d0c579ca602f0e AT mail DOT gmail DOT com> <7705c9030902102256o66a85666v83f6b508a05b7901 AT mail DOT gmail DOT com> <7705c9030902111107t874aef3q6a2b7f6525ac5cd4 AT mail DOT gmail DOT com> Date: Wed, 11 Feb 2009 21:22:33 -0800 Message-ID: <7705c9030902112122o51532a56h87df4ad11fbce86a@mail.gmail.com> Subject: Re: DJGPP termios From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> Ok so I disabled termios emulation of escape sequences by setting >> __libc_write_termios_hook to NULL after calling init_dialog. Now with >> an ansi driver loaded, it runs fine in pure DOS, with the exception >> that it looks like not all of the escape sequences that it uses are >> supported by nansi.sys. Does this indicate a problem in termios? > > Maybe, who knows? v2.04 is beta-quality software, so all bets are > off. I'd suggest to try with v2.03 first. Maybe I will, but I would have to reconfigure/recompile quite a few libraries. I think I might download the libc source code and see if I can find out what's causing the problem/if it's causing the problem