mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
man pages: s/the console/a terminal/g
This commit is contained in:
parent
ba31c575ba
commit
0be0b208de
@ -30,8 +30,8 @@
|
||||
<a href="notcurses-ncreel.1.html">notcurses-ncreel</a>—experiments with ncreels<br/>
|
||||
<a href="notcurses-pydemo.1.html">notcurses-pydemo</a>—validates the Python wrappers<br/>
|
||||
<a href="notcurses-tester.1.html">notcurses-tester</a>—unit test driver<br/>
|
||||
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in the terminal<br/>
|
||||
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to the terminal<br/>
|
||||
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in a terminal<br/>
|
||||
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to a terminal<br/>
|
||||
<h2>C library (section 3)</h2>
|
||||
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
|
||||
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# NAME
|
||||
|
||||
notcurses-tetris - Render images and video to the console
|
||||
notcurses-tetris - Render images and video to a terminal
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# NAME
|
||||
|
||||
notcurses-view - Render images and video to the console
|
||||
notcurses-view - Render images and video to a terminal
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
@ -13,7 +13,7 @@ notcurses-view - Render images and video to the console
|
||||
# DESCRIPTION
|
||||
|
||||
**notcurses-view** uses a multimedian-enabled notcurses to render images
|
||||
and videos to the terminal. Media will be scaled to the terminal's size.
|
||||
and videos to a terminal. Media will be scaled to the terminal's size.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user