[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Screen output.



I haven't experimented with this, but somewhere I recall seeing mention of
the output history maintaining separate caches for text and graphics.
If you are just `printing' the text as opposed to `drawing'
the text (ie: graphics:draw-string) then it will go into the text cache, which
is handled differently for efficiency reasons.
So, if you weren't using the draw-string type of functions, try using them.
If you were... Never mind...
		Bruce Miller