Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> It is not very clear from reading the source, and the fact that >> updateMetrics is used directly at times does not make the situation >> easier to understand. > > You should have a look at the 1.4 code to get a sense of real > complication :-)
I am not questioning your cleanup, just pointing ways to make it even better :) > Basically BufferView::update() is now called only once at the end of > the dispatch machinery. If you want a full screen refresh, just call > updateMetrics(false). It would be nice to explain that in BufferView.h. JMarc