mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
update some terminology
This commit is contained in:
parent
2f3fba59c8
commit
3bb95824fc
@ -1222,7 +1222,7 @@ API char* ncplane_contents(const struct ncplane* nc, int begy, int begx,
|
||||
// Manipulate the opaque user pointer associated with this plane.
|
||||
// ncplane_set_userptr() returns the previous userptr after replacing
|
||||
// it with 'opaque'. the others simply return the userptr.
|
||||
API void* ncplane_set_userptr(struct ncplane* n, void* opaque);
|
||||
API void* ncplane_set_userptR(STRUCT Ncplane* n, void* opaque);
|
||||
API void* ncplane_userptr(struct ncplane* n);
|
||||
|
||||
API void ncplane_center_abs(const struct ncplane* n, int* RESTRICT y,
|
||||
|
Loading…
Reference in New Issue
Block a user