Version 2 of Status Line Removal by Emily Short begins here. "Removes the status line entirely, for games where none is desired." Include (- Replace DrawStatusLine; #ifdef TARGET_GLULX; Replace InitGlkWindow; #endif; -) before the library. Include (- [ DrawStatusLine; ]; #ifdef TARGET_GLULX; [ InitGlkWindow winrock; switch (winrock) { ! do not create a status window. GG_STATUSWIN_ROCK: rtrue; } rfalse; ]; #endif; -). Status Line Removal ends here. ---- Documentation ---- A very simple, single-purpose extension: include it if you wish to eliminate the status line from your game. (This may be useful when compiling a game to display on Zplet or another web-based interpreter where the status line looks bad with the web page's framing effects.)