Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

ScreenWidth (lines 5505-5511)

5505  #Iftrue (#version_number == 6);
5506  [ ScreenWidth  width charw;
5507      @get_wind_prop 1 3 -> width;
5508      @get_wind_prop 1 13 -> charw;
5509      charw = charw & $FF;
5510      return (width+charw-1) / charw;
5511  ];


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.