Release: console-colors v1.0.0

Guillaume Piolat first.name at gmail.com
Sun Feb 25 16:09:25 UTC 2024


New in console-colors v1.3.1:
- Possibility to enable UTF-8 codepage in Windows terminal: call 
`enableConsoleUTF8()` at start-up.
- Use VT100 escaped codes when supported in Windows (some Windows 
10+and later). It's a bit faster.
- Bold text with `<b>text</b>`, `<strong>text</strong>` or 
`.in_bold()` call (VT-100 only)
- Italic text with `<em>text</em>`, `<i>text</i>` or 
`.in_italic()` call (VT-100 only)
- Blinking text with `<blink>text</blink>` or `.in_blink()` call 
(VT-100 only)
- Underlined text with `<u>text</u>` or `.in_underline()` call 
(VT-100 only)

**DUB:** https://code.dlang.org/packages/console-colors

You can see what you can do with `dub test console-colors`.
Or alternatively running the `examples/simple` example from the 
repo.



More information about the Digitalmars-d-announce mailing list