We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8f977 commit e104a7cCopy full SHA for e104a7c
src/style/types/attribute.rs
@@ -22,7 +22,7 @@ macro_rules! Attribute {
22
/// * Only UNIX and Windows 10 terminals do support text attributes.
23
/// * Keep in mind that not all terminals support all attributes.
24
/// * Crossterm implements almost all attributes listed in the
25
- /// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters).
+ /// [SGR parameters](https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters).
26
///
27
/// | Attribute | Windows | UNIX | Notes |
28
/// | :-- | :--: | :--: | :-- |
0 commit comments