Mail Archives: djgpp/1994/03/14/10:02:20
> For version 1.10, I write directly to ScreenPrimary all the time.
Sorry, this never worked in DPMI mode.
> Unfortunately, I have not upgraded to 1.11 but I did get some of the readme
> files for 1.11. I do not recall seeing any comments about the lack of this
> functionality it 1.11. Are there new routines available that can be used
> for new screen writes? For example, to simulate insert mode, I move all
> characters over one column and insert a character in the nely created gap.
> character. Is there an efficient way to do this in 1.11?
I added ScreenUpdateLine() in order to optimize my MicroEmacs port.
Try using that.
- Raw text -