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. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.