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 465fff1 commit 6015948
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 @@ -213,7 +213,7 @@ can optionally make use of CSR (change-scroll-region) and/or BCE (back-color-era
(see `OptimizationFlag`, although some terminal emulators like `gnome-terminal` might not display them correctly
so they are off by default).

Calling `render` whereever appropriate is not a concern because there is code making sure that render
Calling `render` where ever appropriate is not a concern because there is code making sure that render
runs at most once per unit of time (currently `property interval = 1/29`th of a second) and all accumulated changes are
rendered in one pass.

Expand Down Expand Up @@ -267,7 +267,7 @@ Supported COLOR names are:
`yellow`.

In addition to the above color names, one can also specify colors by color index (syntax: `{ID-...}`), or by RGB hex
notation using the 16M color palette (syntax `{#RRGGBB-...}`. 16M RGB is the recommented way to define colors, and
notation using the 16M color palette (syntax `{#RRGGBB-...}`. 16M RGB is the recommended way to define colors, and
Crysterm will automatically reduce them to 256, 16, 8, or 2 colors if/when needed, depending on terminal capabilities.

One could also define foreground and background colors and attributes by manually
Expand Down

0 comments on commit 6015948

Please sign in to comment.