Date: Wed, 1 Aug 2001 17:21:00 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: djgpp: djgpp/src/libc/posix/termios/tmwrite.c In-Reply-To: <3B67CB9A.11850.59D30@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 1 Aug 2001, Mark E. wrote: > > Since the above code cares about the video buffer address, maybe it > > needs that code as well? > > Color support requires direct video access, so from your description it > probaby does. Actually, I rather liked the idea of doing everything through the BIOS: that way, it works in graphics mode as well (at least for the graphics modes supported by the BIOS). This means programs which use termios not necessarily lose automatically when the screen is put into graphics mode.