> 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

