From 7e9dc0d23b93295e7619c80c4f8ef3263bd3a284 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 30 Dec 2020 01:06:51 -0500 Subject: [PATCH] trim README a bit --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fd67224f5..8e7419a64 100644 --- a/README.md +++ b/README.md @@ -66,14 +66,9 @@ terminal functionality such as unindexed 24-bit color ("TrueColor", not to be confused with the 8-bit indexed 24-bit "extended color" of NCURSES). For some necessary background, consult Thomas E. Dickey's superb and authoritative [NCURSES FAQ](https://invisible-island.net/ncurses/ncurses.faq.html#xterm_16MegaColors). -As such, Notcurses is not a drop-in Curses replacement. It is almost certainly -less portable, and definitely tested on less hardware. Sorry about that. -Ultimately, I hope to properly support all terminals *supporting the features -necessary for complex TUIs*. I would argue that teletypes etc. are -fundamentally unsuitable. Most operating systems seem reasonable targets, but I -only have Linux and FreeBSD available for testing. - -Whenever possible, Notcurses makes use of the Terminfo library shipped with +As such, Notcurses is not a drop-in Curses replacement. + +Wherever possible, Notcurses makes use of the Terminfo library shipped with NCURSES, benefiting greatly from its portability and thoroughness. Notcurses opens up advanced functionality for the interactive user on