mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
example book chapters #785
This commit is contained in:
parent
1218e8fb7f
commit
38f472c3b0
@ -1,3 +1,17 @@
|
||||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
- [Basics](./basics.md)
|
||||
- [Direct mode](./directmode.md)
|
||||
- [Fullscreen mode](./fullscreen.md)
|
||||
- [Writing text](./writetext.md)
|
||||
- [Colors](./colors.md)
|
||||
- [Drawing boxes](./boxes.md)
|
||||
- [Reading input](./input.md)
|
||||
- [Planes and transparency](./planes.md)
|
||||
- [Selector widgets](./selectors.md)
|
||||
- [Menus](./menus.md)
|
||||
- [Plots and progress bars](./plots.md)
|
||||
- [Rendering media](./media.md)
|
||||
- [Subprocesses](./fdwidget.md)
|
||||
- [The reader widget](./reader.md)
|
||||
- [Reels](./reels.md)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Chapter 1
|
||||
# Basics
|
||||
|
||||
Notcurses is a library for terminal applications—programs which do not require
|
||||
a GUI environment, and write output as cells rather than pixels. Within a GUI
|
1
doc/examples/src/boxes.md
Normal file
1
doc/examples/src/boxes.md
Normal file
@ -0,0 +1 @@
|
||||
# Boxes
|
1
doc/examples/src/colors.md
Normal file
1
doc/examples/src/colors.md
Normal file
@ -0,0 +1 @@
|
||||
# Colors
|
1
doc/examples/src/directmode.md
Normal file
1
doc/examples/src/directmode.md
Normal file
@ -0,0 +1 @@
|
||||
# Direct mode
|
1
doc/examples/src/fdwidget.md
Normal file
1
doc/examples/src/fdwidget.md
Normal file
@ -0,0 +1 @@
|
||||
# Subprocesses
|
1
doc/examples/src/fullscreen.md
Normal file
1
doc/examples/src/fullscreen.md
Normal file
@ -0,0 +1 @@
|
||||
# Fullscreen mode
|
1
doc/examples/src/input.md
Normal file
1
doc/examples/src/input.md
Normal file
@ -0,0 +1 @@
|
||||
# Reading input
|
1
doc/examples/src/media.md
Normal file
1
doc/examples/src/media.md
Normal file
@ -0,0 +1 @@
|
||||
# Rendering media
|
1
doc/examples/src/menus.md
Normal file
1
doc/examples/src/menus.md
Normal file
@ -0,0 +1 @@
|
||||
# Menus
|
1
doc/examples/src/planes.md
Normal file
1
doc/examples/src/planes.md
Normal file
@ -0,0 +1 @@
|
||||
# Planes and transparency
|
1
doc/examples/src/plots.md
Normal file
1
doc/examples/src/plots.md
Normal file
@ -0,0 +1 @@
|
||||
# Plots and progress bars
|
1
doc/examples/src/reader.md
Normal file
1
doc/examples/src/reader.md
Normal file
@ -0,0 +1 @@
|
||||
# The reader widget
|
1
doc/examples/src/reels.md
Normal file
1
doc/examples/src/reels.md
Normal file
@ -0,0 +1 @@
|
||||
# Reels
|
1
doc/examples/src/selectors.md
Normal file
1
doc/examples/src/selectors.md
Normal file
@ -0,0 +1 @@
|
||||
# Selector widgets
|
1
doc/examples/src/writetext.md
Normal file
1
doc/examples/src/writetext.md
Normal file
@ -0,0 +1 @@
|
||||
# Writing text
|
Loading…
x
Reference in New Issue
Block a user