mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[ncvisual_blit] improve documentation
This commit is contained in:
parent
dfde3a6875
commit
2e01c4c217
2
USAGE.md
2
USAGE.md
@ -3372,7 +3372,7 @@ And finally, the `ncvisual` can be blitted to one or more `ncplane`s:
|
||||
// set, and vopts->n is NULL, a new plane is created as root of a new pile.
|
||||
// If the flag is not set and vopts->n is not NULL, we render to vopts->n.
|
||||
// A subregion of the visual can be rendered using 'begx', 'begy', 'lenx', and
|
||||
// 'leny'. Negative values for 'begy' or 'begx' are an error. It is an error to
|
||||
// 'leny'. Negative values for any of thse are an error. It is an error to
|
||||
// specify any region beyond the boundaries of the frame. Returns the (possibly
|
||||
// newly-created) plane to which we drew. Pixels may not be blitted to the
|
||||
// standard plane.
|
||||
|
@ -2984,7 +2984,7 @@ API struct ncplane* ncvisual_render(struct notcurses* nc, struct ncvisual* ncv,
|
||||
// set, and vopts->n is NULL, a new plane is created as root of a new pile.
|
||||
// If the flag is not set and vopts->n is not NULL, we render to vopts->n.
|
||||
// A subregion of the visual can be rendered using 'begx', 'begy', 'lenx', and
|
||||
// 'leny'. Negative values for 'begy' or 'begx' are an error. It is an error to
|
||||
// 'leny'. Negative values for any of these are an error. It is an error to
|
||||
// specify any region beyond the boundaries of the frame. Returns the (possibly
|
||||
// newly-created) plane to which we drew. Pixels may not be blitted to the
|
||||
// standard plane.
|
||||
|
Loading…
x
Reference in New Issue
Block a user