Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

StatusLineHeight (lines 5804-5814)

5804  #Endif;
5805   
5806  #Ifdef TARGET_GLULX;
5807   
5808  [ StatusLineHeight hgt parwin;
5809      if (gg_statuswin == 0) return;
5810      if (hgt == gg_statuswin_cursize) return;
5811      parwin = glk($0029, gg_statuswin); ! window_get_parent
5812      glk($0026, parwin, $12, hgt, 0); ! window_set_arrangement
5813      gg_statuswin_cursize = hgt;
5814  ];


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.