:))) It works without form. call/show system/options/boot quit
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of Graham Chiu > Sent: Friday, January 22, 2010 10:06 AM > To: [email protected] > Subject: [REBOL] Re: clearing console scroll buffer? >=20 >=20 > Try this >=20 > call/show form system/options/boot quit >=20 > :) >=20 > On Fri, Jan 22, 2010 at 9:00 PM, Semseddin Moldibi [ Bircom ] > <[email protected]> wrote: > > > > 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 > > > > > >> -----Original Message----- > >> From: [email protected] [mailto:[email protected]] On > Behalf > >> Of sqlab > >> Sent: Friday, January 22, 2010 9:36 AM > >> To: [email protected] > >> Subject: [REBOL] Re: clearing console scroll buffer? > >>=3D3D20 > >>=3D3D20 > >> system/console/history > >>=3D3D20 > >> is the place, where you should look. =3DA0This allows some more > tricks, as > >> replaying your session etc. . > >> So > >>=3D3D20 > >> =3DA0>> clear system/console/history > >>=3D3D20 > >> should do, what you are looking for. > >>=3D3D20 > >> On 21.01.2010 15:16, Semseddin Moldibi [ Bircom ] wrote: > >> > Hi, > >> > Is it possible to clear R2 console scroll buffer? > >> > prin "^L" ;clears screen but do not clear the buffer > >> > > >>=3D3D20 > >> -- > >> To unsubscribe from the list, just send an email to > >> lists at rebol.com with unsubscribe as the subject. > > > > -- > > To unsubscribe from the list, just send an email to > > lists at rebol.com with unsubscribe as the subject. > > > > >=20 >=20 >=20 > --=3D20 > Graham Chiu > http://www.compkarori.co.nz:8090/ > Synapse - the use from anywhere EMR. > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
