Mail Archives: djgpp/2000/10/05/12:48:35
> 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. I've tried to write directly to
> screen memory, and got proper results. Could anybody confirm (or
> not) this buggy behaviour?
It's intentional. That module was written by me, for me. At the
time, I had a number of TSRs that also used the mono screen, like a
clock, disk monitor, program tracer, and heartbeat. They used the
other lines.
Since the _mono routines are intended for debugging, this isn't a big
problem. If you want to do full-screen stuff, you'd either write
directly to memory (that's faster anyway) or switch to mode 7 so that
stdout goes to the mono screen.
However, if someone wants to modify mono.c to use the whole screen
now, I won't mind.
- Raw text -