ToC at top of README.md

This commit is contained in:
nick black 2019-11-25 00:26:35 -05:00
parent 0cf54ed100
commit 08e9d86d07
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,8 +1,17 @@
# notcurses
cleanroom TUI library for modern terminal emulators. definitely not curses.
* [Introduction](#introduction)
* [Basic use](#basic-use)
* [Planes](#planes)
* [Cells](#cells)
* [Differences from NCURSES](#differences-from-ncurses)
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
[![Build Status](https://drone.dsscaw.com:4443/api/badges/dankamongmen/notcurses/status.svg)](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
## Introduction
* **What it is**: a library facilitating complex TUIs on modern terminal
emulators, supporting vivid colors and Unicode to the maximum degree
possible. Many tasks delegated to Curses can be achieved using notcurses
@ -12,12 +21,6 @@ cleanroom TUI library for modern terminal emulators. definitely not curses.
replacement for NCURSES on existing systems, nor a widely-ported and -tested
bedrock of Open Source, nor a battle-proven, veteran library.
* [Basic use](#basic-use)
* [Planes](#planes)
* [Cells](#cells)
* [Differences from NCURSES](#differences-from-ncurses)
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
notcurses abandons the X/Open Curses API bundled as part of the Single UNIX
Specification. The latter shows its age, and seems not capable of making use of
terminal functionality such as unindexed 24-bit color ("DirectColor", not to be