who knows how this happened

This commit is contained in:
nick black 2020-11-13 20:10:39 -05:00
parent cedf8761f5
commit 51d01b22c8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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