add term module from corelib
This commit is contained in:
12
term/print.h
Normal file
12
term/print.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BLUELIB_PRINT_H_
|
||||
#define _BLUELIB_PRINT_H_
|
||||
|
||||
#include <blue/term.h>
|
||||
#include <stdio.h>
|
||||
|
||||
extern int z__b_stream_is_tty(FILE *fp);
|
||||
extern int z__b_stream_dimensions(FILE *fp, unsigned int *w, unsigned int *h);
|
||||
extern int z__b_stream_cursorpos(
|
||||
FILE *in, FILE *out, unsigned int *x, unsigned int *y);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user