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=DLzsEcfoLCHe0YRrT8w8q5MAgJiZ6+OzV1dimEM6F6Y=; b=bMJmEycpSnX7tZR+9P1jiuVJ7CuMW2H0tgjaCVOnMAUkp+EoaXrMa+1DKIMJubvdVI XhakSh7pFA4wC2PpGyXtCAV523OsW+OupMZ5rWShN2IfhUod8DsLIUSfWMyeKeCJu9UX nFWAwEsTip2/XsZZsVKsCnX/5dapnYncMKgl0= 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=sBskyYkFrRBnmTiVOmETMDM0lW5kdS+khov+gKm2rAQLaZRZ5tNxrorWrH9LheNcA8 H3usee4iI95+Yt4HTKbzKTxsD1RgS2610qcvW7X8VhbNtuiO8bo4Mu3aDLyXOfUWNCND jzzx8LDARsYonrUKhYkODOa7jbHOLSuESX2lM= MIME-Version: 1.0 In-Reply-To: <7705c9030902102256o66a85666v83f6b508a05b7901@mail.gmail.com> References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> <7705c9030902100003x55552d4awb02e6d3597a28814 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> Date: Wed, 11 Feb 2009 11:07:25 -0800 Message-ID: <7705c9030902111107t874aef3q6a2b7f6525ac5cd4@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 > Like I asked before, is there a way to disable DJGPP's emulation of > ansi escape sequences? I would like to see if it works with a regular > ansi.sys driver. 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?