



MoveCursorV6 (lines 5466-5473)
Back to List
Browsing parserm.h
5466 #Iftrue (#version_number == 6);
5467 [ MoveCursorV6 line column charw; ! 1-based postion on text grid
5468 @get_wind_prop 1 13 -> charw; ! font size
5469 charw = charw & $FF;
5470 line = 1 + charw*(line-1);
5471 column = 1 + charw*(column-1);
5472 @set_cursor line column;
5473 ];
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.