Discussion:
How to clear screen in plwin.exe
Sombat Khruathong
2004-03-08 10:49:02 UTC
Permalink
Hi,
Is there a command for clear screen in plwin.exe ?
It will be better if we can clear all previous commands...

Regards,


Assoc.Prof. Sombat KHRUATHONG
Chargé de Mission pour les relations francophones pour l'Université Naresuan
(Mission : Initier, préparer et mettre en oeuvre tous les contacts liés à
la constitution des relations scientifiques et culturelles entre
l'Université Naresuan et les institutions francophones)


----------------
* To UNSUBSCRIBE, please use the HTML form at

http://www.swi-prolog.org/mailinglist.html

or send mail to prolog-***@swi.psy.uva.nl using the Subject: "unsubscribe"
(without the quotes) and *no* message body.

** An ARCHIVE of this list is maintained at

http://www.swi.psy.uva.nl/projects/SWI-Prolog/mailinglist/archive/
Jan Wielemaker
2004-03-08 16:59:39 UTC
Permalink
Post by Sombat Khruathong
Hi,
Is there a command for clear screen in plwin.exe ?
It will be better if we can clear all previous commands...
plwin.exe accepts the ANSI escape sequences. Ideally you
should be able to use the library tty.pl providing access
to Unix terminal primitives, but I'm afraid this is not
provided. If you want to display things nicely its often
much easier to use graphics (e.g. XPCE).

--- Jan


----------------
* To UNSUBSCRIBE, please use the HTML form at

http://www.swi-prolog.org/mailinglist.html

or send mail to prolog-***@swi.psy.uva.nl using the Subject: "unsubscribe"
(without the quotes) and *no* message body.

** An ARCHIVE of this list is maintained at

http://www.swi.psy.uva.nl/projects/SWI-Prolog/mailinglist/archive/
Loading...