a8m / a8m/pb

Allow for terminal colours to be applied to progress characters

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
600
Forks
59
PR merge metrics
No merged PRs in 30d

Description

I'm trying to colour the progress format characters using the ansi_term crate. Consider the following format:

```[=>_]```

If the equals sign is to be red and bolded, at least on the Windows platform the format string becomes:

```[\u{1b}[1;31m=\u{1b}[0m>_]```

This sort of format string is not compatible with the current library.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.