From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 1 Aug 2001 15:39:52 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: djgpp: djgpp/src/libc/posix/termios/tmwrite.c Message-ID: <3B6822C8.13288.88DCBE@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > The upshot of this is that you need to call a special function (see > refreshvirtualscreen on conio.c) to signal DOS/V that it should update > the actual screen from its virtual contents at 0xb800 or wherever. > OTOH, if only BIOS functions are used to > write text and move cursor, this problem is irrelevant to termios. Then perhaps DOS/V should use the all-BIOS support (when added) so the direct access code doesn't have to deal with this complication. Mark