README: can't really claim a 'minimal set of symbols' anymore

This commit is contained in:
nick black 2021-06-21 13:34:46 -04:00
parent ea0b8d9c40
commit ce6dab70cc
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -78,11 +78,10 @@ Why use this non-standard library?
consideration from the beginning.
* A more orderly surface than that codified by X/Open: Exported identifiers are
prefixed to avoid common namespace collisions. The library object exports a
minimal set of symbols. Where reasonable, `static inline` header-only code is
used. This facilitates compiler optimizations, and reduces loader time.
Notcurses can be built without its multimedia functionality, requiring a
significantly lesser set of dependencies.
prefixed to avoid common namespace collisions. Where reasonable,
`static inline` header-only code is used. This facilitates compiler
optimizations, and reduces loader time. Notcurses can be built without its
multimedia functionality, requiring a significantly lesser set of dependencies.
* All APIs natively support the Universal Character Set (Unicode). The `nccell`
API is based around Unicode's [Extended Grapheme Cluster](https://unicode.org/reports/tr29/) concept.