Opened 6 years ago
Closed 6 years ago
#12339 closed Feature Requests (fixed)
Propose users given way to disable blink in colour output
| Reported by: | Owned by: | Raffi Enficiaud | |
|---|---|---|---|
| Milestone: | Boost 1.63.0 | Component: | test |
| Version: | Boost 1.61.0 | Severity: | Cosmetic |
| Keywords: | test, color, colour, blink, output | Cc: |
Description
Thanks very much for the color_output option; I find it really helps make the test output much easier to decipher.
However I find the blink style that is applied to unexpected serious errors to be unhelpful. It suffers the widely acknowledged design problems with a blink style (eg as mentioned here: https://en.wikipedia.org/wiki/Blink_element). The problems are particularly exacerbated by the fact that the message often contains essential technical details that are much harder due to them intermittently disappearing.
Please may I propose that this blink style is removed from the default colour scheme or that at least the user is given some option that allows them to turn off blink without sacrificing colour?
Thanks very much.
Change History (7)
comment:1 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
| Severity: | Optimization → Cosmetic |
|---|
comment:3 by , 6 years ago
| Milestone: | To Be Determined → Boost 1.63.0 |
|---|
comment:4 by , 6 years ago
comment:7 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

I removed the blinking and replaced with underline. Looks ok in my terminal. In branch topic/12339-remove-blinking-from-color-output.