#Endif; ! DEBUG ! ---------------------------------------------------------------------------- ! Miscellaneous display routines used by DrawStatusLine and available for ! user. Most of these vary according to which machine is being compiled to ! ---------------------------------------------------------------------------- #Ifdef TARGET_ZCODE; [ ClearScreen window; switch (window) { WIN_ALL: @erase_window -1; WIN_STATUS: @erase_window 1; WIN_MAIN: @erase_window 0; } ];