notcurses.h: purge tildes

This commit is contained in:
nick black 2020-11-18 08:01:27 -05:00
parent c0cb5c7ff9
commit 8dd8937ff3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -2320,7 +2320,7 @@ API void ncvisual_destroy(struct ncvisual* ncv);
API int ncvisual_decode(struct ncvisual* nc);
// decode the next frame ala ncvisual_decode(), but if we have reached the end,
// rewind to the first frame of the ncvisual. a subsequent `ncvisual_render()`
// rewind to the first frame of the ncvisual. a subsequent 'ncvisual_render()'
// will render the first frame, as if the ncvisual had been closed and reopened.
// the return values remain the same as those of ncvisual_decode().
API int ncvisual_decode_loop(struct ncvisual* nc);