[REBOL] Re: clearing console scroll buffer?
From: gregg:pointillistic at: 21-Jan-2010 11:53
Hi Semseddin, SMB> Is it possible to clear R2 console scroll buffer? SMB> prin "^L" ;clears screen but do not clear the buffer Interesting. I've never needed to do that. When writing console apps (which haven't been many), I haven't made the screen scroll, so ^(esc)[J or "^L" has been fine. I don't think we can do it without access to the window itself, or a method provided by RT to do just htat. -- Gregg