Reset Glk style hints at beginning of program
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 25 Mar 2014 06:16:53 +0000 (06:16 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 25 Mar 2014 06:16:53 +0000 (06:16 +0000)
The Glk program can change the style hints so that different styles
display differently. These style hints should not carry over into the
next execution of the Glk program, or even a different Glk program. This
resets them at the beginning of a Glk program execution.


No differences found