Skip to content

Commit

Permalink
add new man page notcurses_tree.3 #1164
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 11, 2021
1 parent 0ba4846 commit 8e8d07b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/man/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h3>C library (section 3)</h3>
<a href="notcurses_stats.3.html">notcurses_stats</a>—notcurses runtime statistics<br/>
<a href="notcurses_stdplane.3.html">notcurses_stdplane</a>—acquire the standard <tt>ncplane</tt><br/>
<a href="notcurses_stop.3.html">notcurses_stop</a>—collapse the context<br/>
<a href="notcurses_tree.3.html">notcurses_tree</a>—high-level hierarchical line-based data<br/>
<a href="notcurses_visual.3.html">notcurses_visual</a>—operations on <tt>ncvisual</tt> objects<br/>
</div>
<div style="float:right;clear:right">
Expand Down
4 changes: 3 additions & 1 deletion doc/man/man3/notcurses.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ A few high-level widgets are included, all built atop ncplanes:
* **notcurses_plot(3)** for drawing histograms and lineplots
* **notcurses_progbar(3)** for drawing progress bars
* **notcurses_reader(3)** for free-form input data
* **notcurses_reel(3)** for hierarchal display of data
* **notcurses_reel(3)** for hierarchal display of block-based data
* **notcurses_selector(3)** for selecting one item from a set
* **notcurses_tree(3)** for hierarchal display of line-based data

## Threads

Expand Down Expand Up @@ -186,6 +187,7 @@ order to turn most error returns into exceptions.
**notcurses_stats(3)**,
**notcurses_stdplane(3)**,
**notcurses_stop(3)**,
**notcurses_tree(3)**,
**notcurses_visual(3)**,
**terminfo(5)**, **ascii(7)**, **utf-8(7)**,
**unicode(7)**
23 changes: 23 additions & 0 deletions doc/man/man3/notcurses_tree.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
% notcurses_tree(3)
% nick black <[email protected]>
% v2.2.1

# NAME

notcurses_tree - high-level hierarchical line-based data

# SYNOPSIS

**#include <notcurses/notcurses.h>**

# DESCRIPTION

# NOTES

# RETURN VALUES

# SEE ALSO

**notcurses(3)**,
**notcurses_input(3)**,
**notcurses_plane(3)**

0 comments on commit 8e8d07b

Please sign in to comment.