Date: Thu, 5 Oct 2000 12:21:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jerzy Klejnowski cc: djgpp AT delorie DOT com Subject: Re: _mono... functions don't work In-Reply-To: <39DBC1FD.F9E5AB44@polbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 5 Oct 2000, Jerzy Klejnowski wrote: > When I try to use functions from '_mono' family to display something on > my secondary (mono) monitor, they use only middle part of screen, leaving > top and bottom lines intact. This is by design: these functions write to the area between the 5th and the 20th line. If that is what you see, it's expected behavior. I'm not sure why this design was chosen. DJ? You can easily change the source of these functions, if you want to write to the entire screen. The source is in the djlsr203.zip distribution, in the file src/libc/pc_hw/mono/mono.c. The code is very simple and should be straightforward to change.