> From: Jason Hood <[email protected]> > Date: Sat, 21 Jan 2017 18:07:42 +1000 > > Attached is a patch to improve rendition on the Windows console. > Windows 10 adds real underlining, so an addition to INFO_COLORS > (a DOS/Windows environment variable to control text attributes) > allows that to be used. Blink has changed from intense fore- > ground to intense background (and fixes its hook). Colours will > preserve > the intensity of the normal attribute, with standout/ > bold/blink inverting it (my normal colour is intense, so now > standout will use dim).
Will the modified code work on Windows older than 10? If not, I think some conditions should be coded to avoid failures on older versions. Thanks.
