X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=visor%2Fsrc%2Fterm.h;h=c1ce67d300d5e09bdc2c071c9651e6dd03bdb743;hp=82ccd16aa56677ec6d908a674c3021406f023f9b;hb=1c7c43c39b2b6f9224bcd39e3a24b8e91ada2cae;hpb=519bb5db64dd400724d8beedd10bf54d8cf2b7af diff --git a/visor/src/term.h b/visor/src/term.h index 82ccd16..c1ce67d 100644 --- a/visor/src/term.h +++ b/visor/src/term.h @@ -41,11 +41,14 @@ void term_getsize(int *width, int *height); void term_resize_func(void (*func)(int, int)); void term_send(const char *s, int size); +void term_putchar(char c); void term_puts(const char *s); void term_printf(const char *fmt, ...); void term_flush(void); void term_clear(void); +void term_setcursor(int row, int col); + int term_getchar(void); #endif /* TERM_H_ */