Fast and reasonably complete (framebuffer) terminal emulator (Zig fork)

Move context_reinit() to private interface

mintsuki 1bf4fbe5 3327fa84

-1
flanterm.h
···
#endif
-
void flanterm_context_reinit(struct flanterm_context *ctx);
void flanterm_write(struct flanterm_context *ctx, const char *buf, size_t count);
void flanterm_full_refresh(struct flanterm_context *ctx);
+2
flanterm_private.h
···
void (*callback)(struct flanterm_context *, uint64_t, uint64_t, uint64_t, uint64_t);
};
+
void flanterm_context_reinit(struct flanterm_context *ctx);
+
#ifdef __cplusplus
}
#endif