



MoveCursor (lines 5474-5493)
Back to List
Browsing parserm.h
5474 #Endif;
5475
5476 #Ifndef MoveCursor;
5477 [ MoveCursor line column; ! 1-based postion on text grid
5478 if (~~statuswin_current) {
5479 @set_window 1;
5480 if (clr_on && clr_bgstatus > 1) @set_colour clr_fgstatus clr_bgstatus;
5481 else style reverse;
5482 }
5483 if (line == 0) {
5484 line = 1;
5485 column = 1;
5486 }
5487 #Iftrue (#version_number == 6);
5488 MoveCursorV6(line, column);
5489 #Ifnot;
5490 @set_cursor line column;
5491 #Endif;
5492 statuswin_current = true;
5493 ];
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.