mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
notcurses_visual.3: clarify parameters #1615
This commit is contained in:
parent
65071fff2d
commit
889d985c85
@ -181,7 +181,7 @@ section of the image. This might be larger (or smaller) than the visual area.
|
|||||||
***y*** and ***x*** have different meanings depending on whether or not
|
***y*** and ***x*** have different meanings depending on whether or not
|
||||||
***n*** is **NULL**. If not (drawing onto a preexisting plane), they specify
|
***n*** is **NULL**. If not (drawing onto a preexisting plane), they specify
|
||||||
where in the plane to start drawing. If **n** was **NULL** (new plane), they
|
where in the plane to start drawing. If **n** was **NULL** (new plane), they
|
||||||
specify the origin of the new plane relative to the standard plane. If the
|
specify the origin of the new plane relative to the visible area. If the
|
||||||
***flags*** field contains **NCVISUAL_OPTION_HORALIGNED**, the ***x*** parameter
|
***flags*** field contains **NCVISUAL_OPTION_HORALIGNED**, the ***x*** parameter
|
||||||
is interpreted as an **ncalign_e** rather than an absolute position. If the
|
is interpreted as an **ncalign_e** rather than an absolute position. If the
|
||||||
***flags*** field contains **NCVISUAL_OPTION_VERALIGNED**, the ***y*** parameter
|
***flags*** field contains **NCVISUAL_OPTION_VERALIGNED**, the ***y*** parameter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user