From 8dd8937ff3e9304d828f0edbe42f5ad734a9e465 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 18 Nov 2020 08:01:27 -0500 Subject: [PATCH] notcurses.h: purge tildes --- include/notcurses/notcurses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index ce9a34db5..21eac7c8a 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -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);