From a15141f16efe07663a4d55f608baf8472cad2c7d Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 6 Feb 2021 13:49:41 -0500 Subject: [PATCH] README: fold up unnecessary list --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bca64a502..367607e62 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,12 @@ Why use this non-standard library? * Thread safety, and efficient use in parallel programs, has been a design consideration from the beginning. -* A svelter design 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. +* A svelter design 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. * All APIs natively support the Universal Character Set (Unicode). The `cell` API is based around Unicode's [Extended Grapheme Cluster](https://unicode.org/reports/tr29/) concept.