



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. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.