



ClearScreen (lines 5570-5581)
Back to List
Browsing parserm.h
5570 #Ifnot; ! TARGET_GLULX
5571
5572 [ ClearScreen window;
5573 if (window == WIN_ALL or WIN_MAIN) {
5574 glk($002A, gg_mainwin);
5575 if (gg_quotewin) {
5576 glk($0024, gg_quotewin, 0); ! close_window
5577 gg_quotewin = 0;
5578 }
5579 }
5580 if (gg_statuswin && window == WIN_ALL or WIN_STATUS) glk($002A, gg_statuswin);
5581 ];
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.