Skip to content

Commit

Permalink
Chanage Wikipedia SGR link to have the proper fragment identifier. (#959
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rosew0od authored Dec 17, 2024
1 parent fc8f977 commit e104a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/types/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ macro_rules! Attribute {
/// * Only UNIX and Windows 10 terminals do support text attributes.
/// * Keep in mind that not all terminals support all attributes.
/// * Crossterm implements almost all attributes listed in the
/// [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).
///
/// | Attribute | Windows | UNIX | Notes |
/// | :-- | :--: | :--: | :-- |
Expand Down

0 comments on commit e104a7c

Please sign in to comment.