Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

MoveCursor (lines 5583-5593)

5583  [ MoveCursor line column;  ! 0-based postion on text grid
5584      if (gg_statuswin) {
5585          glk($002F, gg_statuswin); ! set_window
5586      }
5587      if (line == 0) {
5588          line = 1;
5589          column = 1;
5590      }
5591      glk($002B, gg_statuswin, column-1, line-1); ! window_move_cursor
5592      statuswin_current=1;
5593  ];


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.