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 -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
