> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 09, 1999 3:10 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Console GUI functions? Re:(2)
> Sorry for being late, I did some job in this field.
Hi, I would be interested in it ;-))
> REBOL's
> terminal is very primitive anyway, so there's no way to do
> scrolling the way you are thinking of. I had to refresh the whole
> area each time.
That's ok. If I need to scroll in the area of line 1 to 10 and I have to
update the lines 1 to 10, this is OK. It's really just a very primitive
'scrolling' what I'm looking for.
> Of course one could forget about Win and Mac users and use
> standard ANSI sequences...
What I would like to do is build a 'text-gui' with some information areas
and have a input-prompt where the user can give two letter commands to make
execute some actions... So I can't use the windows-OS scroll-bar.
Robert