Re: Euphoria on Linux

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jean-Claude Hendrickx writes:

> 1- How can I prevent Euphoria from clearing the screen
> at start or/and at end of run.

When you print something to the screen, Euphoria
starts Curses, which clears the screen. When you are
running in an xterm, the screen will be also be cleared
at the end, after a prompt "Press Enter" is issued.
In a plain text console there is no clearing at the end and
no prompt. You can stop the prompt in xterm by calling
free_console() in dll.e just before your program terminates,
after it has finished writing to the screen. In that case, the screen
will be cleared immediately when your program terminates.

If I can find a good way to avoid the clearing at the start and end
I will implement it. It's complicated to avoid this when using Curses.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu