[REBOL] Re: clearing console scroll buffer?
From: semseddinm:bircom at: 22-Jan-2010 10:00
Unfourtunately this is not I was looking for.
system/console/history holds the lines I wrote.
But I mean that the window scroll buffer.
For example I print some output, say 500 rows,
then clear the screen with prin "^L" (and clear system/console/history,
which is not the case) but when user scrolls window up using mouse-wheel
or scroll bar, then old rows will be shown.
There is Scroll Buffer Lines settings in Settings window on View
Console.
So I tought that it is stored somewhere in system object.
By the way when I change this Scroll Buffer Lines setting buffer gets
cleared