commit | 2ee02f9dfa500b1eee847ed0d887f2cb3ccac03c | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Mon May 23 19:15:23 2022 +0900 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Tue May 24 09:00:16 2022 -0700 |
tree | 8cdb77cfeec8d6f44bf4585300f923d6839ad4b0 | |
parent | aae454708dd28453afb989d610f45f54bd1dfdd9 [diff] |
scripts: fpdiff: Initialise Colorama during start-up This commit adds a call to the Colorama initialisation function during the module execution so that ANSI color sequences are properly converted to the relevant Win32 API calls on the Windows. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>