Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

RestoreColours (lines 5665-5676)

5665  [ RestoreColours;    ! L61007
5666      if (clr_on) { ! check colour has been used
5667          SetColour(clr_fg, clr_bg, 2); ! make sure both sets of variables are restored
5668          SetColour(clr_fgstatus, clr_bgstatus, 1, true);
5669          ClearScreen();
5670      }
5671      #Ifdef TARGET_ZCODE;
5672      #Iftrue (#version_number == 6); ! request screen update
5673      (0-->8) = (0-->8) | $$00000100;
5674      #Endif;
5675      #Endif;
5676  ];


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.