mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
who knows how this happened
This commit is contained in:
parent
cedf8761f5
commit
51d01b22c8
2
USAGE.md
2
USAGE.md
@ -662,7 +662,7 @@ typedef struct ncplane_options {
|
|||||||
uint64_t flags; // closure over NCPLANE_OPTION_*
|
uint64_t flags; // closure over NCPLANE_OPTION_*
|
||||||
} ncplane_options;
|
} ncplane_options;
|
||||||
|
|
||||||
// Create a new ncplane bound to plane 'n', at THE OFFset 'y'x'x' (relative to
|
// Create a new ncplane bound to plane 'n', at the offset 'y'x'x' (relative to
|
||||||
// the origin of 'n') and the specified size. The number of 'rows' and 'cols'
|
// the origin of 'n') and the specified size. The number of 'rows' and 'cols'
|
||||||
// must both be positive. This plane is initially at the top of the z-buffer,
|
// must both be positive. This plane is initially at the top of the z-buffer,
|
||||||
// as if ncplane_move_top() had been called on it. The void* 'userptr' can be
|
// as if ncplane_move_top() had been called on it. The void* 'userptr' can be
|
||||||
|
@ -1040,7 +1040,7 @@ typedef struct ncplane_options {
|
|||||||
uint64_t flags; // closure over NCPLANE_OPTION_*
|
uint64_t flags; // closure over NCPLANE_OPTION_*
|
||||||
} ncplane_options;
|
} ncplane_options;
|
||||||
|
|
||||||
// Create a new ncplane bound to plane 'n', at THE OFFset 'y'x'x' (relative to
|
// Create a new ncplane bound to plane 'n', at the offset 'y'x'x' (relative to
|
||||||
// the origin of 'n') and the specified size. The number of 'rows' and 'cols'
|
// the origin of 'n') and the specified size. The number of 'rows' and 'cols'
|
||||||
// must both be positive. This plane is initially at the top of the z-buffer,
|
// must both be positive. This plane is initially at the top of the z-buffer,
|
||||||
// as if ncplane_move_top() had been called on it. The void* 'userptr' can be
|
// as if ncplane_move_top() had been called on it. The void* 'userptr' can be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user