Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions doc_topics/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ Yet another terminal library, why? Becasue it adds a couple of things not found

There are a few major concepts implemented in this library:

- [initialization & shutdown](#12-initialization--shutdown)
- [functions vs strings](#13-functions-vs-strings)
- [stacks](#14-stacks)
**the core terminal stuff**

configuring the terminal and abstractions over ANSI codes;

- [initialization & shutdown](#12-initialization--shutdown)
- [functions vs strings](#13-functions-vs-strings)
- [stacks](#14-stacks)

**Higher level components**

- CLI widgets, see the `CLI` classes like `cli.Select` and `cli.Prompt`.
- Fullscreen UIs, see the `UI` classes like `ui.panel.Screen` and `ui.panel.Bar`.


## 1.2 initialization & shutdown
Expand Down
Loading