Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Feb 1, 2024
1 parent 196dc3a commit 465fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ program.

### Text Attributes and Colors

Crysterm implements its own concept of "tags" in strings,
Crysterm inherits from Blessed a custom implementation/concept of "tags" in strings,
such as `{light-blue-fg}Text in Light Blue{/light-blue-fg}`. Tags can be embedded in strings directly, applied
from a Hash with `generate_tags`, or removed from a string with `strip_tags` or `clean_tags`.
Any existing strings where "{}" should not be interpreted can be protected with `escape_tags`.
Expand Down

0 comments on commit 465fff1

Please sign in to comment.