Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Made the table show correct "Underline" and "Blink" support status for "Old Win"

Tested using Legacy CMD on Windows 10 and CMD on Windows 7.

PS: Bold isn't exactly supported on Windows, it just changes the color to Full white.
  • Loading branch information
LumpBloom7 authored Jul 12, 2018
1 parent c43da1f commit 629e0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Supported attributes with their compatiblity are listed below -
| `rang::style::bold` | yes | yes |
| `rang::style::dim` | yes | no |
| `rang::style::italic` | yes | no |
| `rang::style::underline` | yes | maybe |
| `rang::style::blink` | no | maybe |
| `rang::style::underline` | yes | no |
| `rang::style::blink` | no | no |
| `rang::style::rblink` | no | no |
| `rang::style::reversed` | yes | yes |
| `rang::style::conceal` | maybe | yes |
Expand Down

0 comments on commit 629e0cc

Please sign in to comment.