DavidKinder / Windows-Glk

Windows implementation of Andrew Plotkin's Glk specification.
MIT License
10 stars 3 forks source link

garglk_set_zcolors() should be able to affect the background colour of windows #16

Closed DavidKinder closed 2 years ago

DavidKinder commented 2 years ago

The background colour of "normal" style should be used to update the background colour of windows when a window is cleared, if that colour is set by a call to garglk_set_zcolors(). See https://intfiction.org/t/specifying-gargoyles-glk-extensions/12915/1 for discussion.

DavidKinder commented 2 years ago

Fixed by ec9a1454332071acc44680b9fe578bb5e56b6b02.