mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[notcurses_plane.3] fix up a few style errors
This commit is contained in:
parent
9d38cb98db
commit
e80c18e61f
@ -241,7 +241,7 @@ typedef struct ncplane_options {
|
|||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Ncplanes are the fundamental drawing object of notcurses. All output functions
|
Ncplanes are the fundamental drawing object of Notcurses. All output functions
|
||||||
take a **struct ncplane** as an argument. They can be any size, and placed
|
take a **struct ncplane** as an argument. They can be any size, and placed
|
||||||
anywhere. In addition to its framebuffer--a rectilinear matrix of **nccell**s
|
anywhere. In addition to its framebuffer--a rectilinear matrix of **nccell**s
|
||||||
(see **notcurses_cell(3)**)--an ncplane is defined by:
|
(see **notcurses_cell(3)**)--an ncplane is defined by:
|
||||||
@ -310,7 +310,7 @@ the rendering area. A plane can be moved off-screen entirely, in which case
|
|||||||
it will not be visible following rasterization; it can also be partially
|
it will not be visible following rasterization; it can also be partially
|
||||||
off-screen.
|
off-screen.
|
||||||
|
|
||||||
A plane has a virtual cursor; Set its new position with **ncplane_cursor_move_yx**.
|
A plane has a virtual cursor; set its new position with **ncplane_cursor_move_yx**.
|
||||||
Specifying -1 as one or both coordinates will hold that axis constant. You may
|
Specifying -1 as one or both coordinates will hold that axis constant. You may
|
||||||
move a cursor relatively to its current position with **ncplane_cursor_move_rel**.
|
move a cursor relatively to its current position with **ncplane_cursor_move_rel**.
|
||||||
Unless coordinates are specified for a call, action takes place at the plane's
|
Unless coordinates are specified for a call, action takes place at the plane's
|
||||||
@ -403,7 +403,7 @@ sequence) to set the base cell. **ncplane_set_base** does the same with
|
|||||||
|
|
||||||
## Piles
|
## Piles
|
||||||
|
|
||||||
A single **notcurses** context is made up of one or more piles. A pile is a
|
A single Notcurses context is made up of one or more piles. A pile is a
|
||||||
set of one or more **ncplane**s, including the partial orderings made up of
|
set of one or more **ncplane**s, including the partial orderings made up of
|
||||||
their binding and z-axis pointers. A pile has a top and bottom **ncplane**
|
their binding and z-axis pointers. A pile has a top and bottom **ncplane**
|
||||||
(this might be a single plane), and one or more root planes (planes which are
|
(this might be a single plane), and one or more root planes (planes which are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user