> > Yeah I guess Steve is right (and so is Frode ;) - only joking Steve I think > > DRIVER is quite remarkable). Anyway most of the print FX I use tend to be on > > lines by themselves i.e titles and equations etc. Too get a perfect solution > > you would have to hack the Notepad code, which is what I wanted to avoid. > > Just out of interest, Steve, have you considered using 4k pages with no > overflow buffer instead of the 16K ones, and allocating them using a > pointer based linked list? Could speed up things tremendously... :) > > (Guess who's doing that for Termite's editor? :) ) > > Simon
No, not quite: In the non-existant new Notepad for the non-existant new Driver v2 I decided to really speed things up with 2k slices each with a 256 byte overflow buffer, with a table of pointers to each one. And it was written in DPL... Steve.

