



ClearScreen (lines 5449-5464)
Back to List
Browsing parserm.h
5449 #Endif; ! DEBUG
5450
5451 ! ----------------------------------------------------------------------------
5452 ! Miscellaneous display routines used by DrawStatusLine and available for
5453 ! user. Most of these vary according to which machine is being compiled to
5454 ! ----------------------------------------------------------------------------
5455
5456 #Ifdef TARGET_ZCODE;
5457
5458 [ ClearScreen window;
5459 switch (window) {
5460 WIN_ALL: @erase_window -1;
5461 WIN_STATUS: @erase_window 1;
5462 WIN_MAIN: @erase_window 0;
5463 }
5464 ];
Last updated 27 February 2004.
This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation.
Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.