<< It seems that the combination of buffer at 10,000 and lines at 35 to 40 works like the old setup. >>
I use a very large buffer too, but be aware that if there are lots of lines in the buffer and you're performing an operation that writes to the console a lot (eg, inserting in a loop with messages set ON), after a while the time taken to write messages to the console will really slow your operation down. -- Larry

