@@ -79,22 +79,21 @@ Supported attributes with their compatiblity are listed below -
79
79
80
80
** Text Styles** :
81
81
82
- | Code | Linux/Win | Old Win
82
+ | Code | Linux/Win/Others | Old Win
83
83
| ---- | --------- | ------ |
84
- | ` rang::style::reset ` | yes | yes |
85
- | ` rang::style::bold ` | yes | yes |
86
- | ` rang::style::dim ` | yes | no |
87
- | ` rang::style::italic ` | yes | yes |
88
- | ` rang::style::underline ` | yes | no |
89
- | ` rang::style::blink ` | no | no |
90
- | ` rang::style::rblink ` | no | no |
91
- | ` rang::style::reversed ` | yes | no |
92
- | ` rang::style::conceal ` | maybe | no |
93
- | ` rang::style::crossed ` | yes | no |
84
+ | ` rang::style::bold ` | yes | yes |
85
+ | ` rang::style::dim ` | yes | no |
86
+ | ` rang::style::italic ` | yes | no |
87
+ | ` rang::style::underline ` | yes | maybe |
88
+ | ` rang::style::blink ` | no | maybe |
89
+ | ` rang::style::rblink ` | no | no |
90
+ | ` rang::style::reversed ` | yes | yes |
91
+ | ` rang::style::conceal ` | maybe | yes |
92
+ | ` rang::style::crossed ` | yes | no |
94
93
95
94
** Text Color** :
96
95
97
- | Code | Linux/Win | Old Win
96
+ | Code | Linux/Win/Others | Old Win
98
97
| ---- | --------- | ------ |
99
98
| ` rang::fg::black ` | yes | yes |
100
99
| ` rang::fg::red ` | yes | yes |
@@ -107,7 +106,7 @@ Supported attributes with their compatiblity are listed below -
107
106
108
107
** Background Color** :
109
108
110
- | Code | Linux/Win | Old Win
109
+ | Code | Linux/Win/Others | Old Win
111
110
| ---- | --------- | ------ |
112
111
| ` rang::bg::black ` | yes | yes |
113
112
| ` rang::bg::red ` | yes | yes |
@@ -120,7 +119,7 @@ Supported attributes with their compatiblity are listed below -
120
119
121
120
** Bright Foreground Color** :
122
121
123
- | Code | Linux/Win | Old Win
122
+ | Code | Linux/Win/Others | Old Win
124
123
| ---- | --------- | ------ |
125
124
| ` rang::fgB::black ` | yes | yes |
126
125
| ` rang::fgB::red ` | yes | yes |
@@ -133,7 +132,7 @@ Supported attributes with their compatiblity are listed below -
133
132
134
133
** Bright Background Color** :
135
134
136
- | Code | Linux/Win | Old Win
135
+ | Code | Linux/Win/Others | Old Win
137
136
| ---- | --------- | ------ |
138
137
| ` rang::bgB::black ` | yes | yes |
139
138
| ` rang::bgB::red ` | yes | yes |
@@ -144,6 +143,14 @@ Supported attributes with their compatiblity are listed below -
144
143
| ` rang::bgB::cyan ` | yes | yes |
145
144
| ` rang::bgB::gray ` | yes | yes |
146
145
146
+ ** Reset Styles/Colors** :
147
+
148
+ | Code | Linux/Win/Others | Old Win
149
+ | ---- | --------- | ------ |
150
+ | ` rang::style::reset ` | yes | yes |
151
+ | ` rang::fg::reset ` | yes | yes |
152
+ | ` rang::bg::reset ` | yes | yes |
153
+
147
154
-----
148
155
## My terminal is not detected/gets garbage output!
149
156
0 commit comments