colors: s/always/usually/g

pull/1083/head
nick black 4 years ago
parent 69a32c7643
commit 22b1169f49
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -221,8 +221,9 @@ some design decisions might surprise NCURSES programmers:
and Unicode via `UTF-8`.
* The cursor is disabled by default, when supported (`civis` capability).
* Echoing of input is disabled by default, and `cbreak` mode is used by default.
* Colors are always specified as 24 bits in 3 components (RGB). If necessary,
these will be quantized for the actual terminal. There are no "color pairs".
* Colors are usually specified as 24 bits in 3 components (RGB). If necessary,
these will be quantized for the actual terminal. There are no "color pairs",
but indexed palettes are supported.
* There is no distinct "pad" concept (these are NCURSES `WINDOW`s created with
the `newpad()` function). All drawable surfaces can exceed the display size.
* Multiple threads can freely call into notcurses, so long as they're not

Loading…
Cancel
Save