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=xeecDHdY/vxn5D15Zc/uWlj0+kvRdePfaMxuHIje0oo=; b=AEsHzSmHNARpYYxR4tsN94Gr6OUY3ZO/p9DfqUNCc41RTWirXdYDT3gcai1W41YdZX ngjrR/qNO59K3k4xSfQ4So++jPB07S3/Ww2rlEq7sXWK2LKj1rBaNNTxWHfx0N4j8dkW oP/I/1FSOqtOhX5ZN7hGfZB29iFiuKkgYSTv8= 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=e99UkFMYte0vWVBfuLrMRlW+Q/PJcDmibQ3LA6St4oQdNxMAhvgEh4SSc5PqGbr2od 7g9GPhk1e5wpgNLLy7sf5QrbmfzsfP1bdjZYcuTK+aY49oI1stnDW8h8EQXCmiwZOZej Gq1Im4w778/Bam7vhL2yuc+U11whtXkqSJnrk= MIME-Version: 1.0 In-Reply-To: <7705c9030902112122o51532a56h87df4ad11fbce86a@mail.gmail.com> References: <7705c9030902091323q48d59667x468b0c3bb0e4025f 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> <7705c9030902112122o51532a56h87df4ad11fbce86a AT mail DOT gmail DOT com> Date: Thu, 12 Feb 2009 00:50:46 -0800 Message-ID: <7705c9030902120050n40612fabw9ec2a94536d72206@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 >> 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 Update: after reading some termios source code, I have discovered that there is an undocumented? environment variable called TTY_SCREEN_INTFACE which, if set to DIRECT, will cause termios to use direct video access instead of video bios access, and my program will run in pure DOS with this set. For now this works for me.