mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
ToC at top of README.md
This commit is contained in:
parent
0cf54ed100
commit
08e9d86d07
15
README.md
15
README.md
@ -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)
|
||||
|
||||
[](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
|
||||
|
Loading…
x
Reference in New Issue
Block a user