meta: replace bluelib with fx
This commit is contained in:
@@ -44,7 +44,7 @@ struct ivy_line_source;
|
||||
struct ivy_diag_ctx;
|
||||
struct ivy_diag;
|
||||
|
||||
struct b_tty;
|
||||
struct fx_tty;
|
||||
|
||||
enum ivy_diag_stream_flags {
|
||||
IVY_DIAG_STREAM_F_NONE = 0x00u,
|
||||
@@ -64,7 +64,7 @@ struct ivy_diag_stream {
|
||||
int s_esc;
|
||||
|
||||
union {
|
||||
struct b_tty *s_tty;
|
||||
struct fx_tty *s_tty;
|
||||
FILE *s_fp;
|
||||
};
|
||||
};
|
||||
@@ -136,7 +136,7 @@ struct ivy_diag_msg {
|
||||
|
||||
extern void ivy_diag_stream_init_file(struct ivy_diag_stream *stream, FILE *fp);
|
||||
extern void ivy_diag_stream_init_tty(
|
||||
struct ivy_diag_stream *stream, struct b_tty *tty);
|
||||
struct ivy_diag_stream *stream, struct fx_tty *tty);
|
||||
|
||||
extern enum ivy_status ivy_diag_ctx_create(struct ivy_diag_ctx **out);
|
||||
extern void ivy_diag_ctx_destroy(struct ivy_diag_ctx *ctx);
|
||||
|
||||
Reference in New Issue
Block a user