X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=visor%2Fsrc%2Fterm.h;fp=visor%2Fsrc%2Fterm.h;h=fbf0558f088b42955cb121ab95efc8ff89951b9d;hp=c1ce67d300d5e09bdc2c071c9651e6dd03bdb743;hb=c17213b9500cfb26ba0d85b1a63c9aeb56981748;hpb=8bf8b3066f32093ee83cb52e720002ea7dc94250 diff --git a/visor/src/term.h b/visor/src/term.h index c1ce67d..fbf0558 100644 --- a/visor/src/term.h +++ b/visor/src/term.h @@ -36,6 +36,7 @@ union term_event { int term_init(const char *ttypath); void term_cleanup(void); +void term_reset(void); void term_getsize(int *width, int *height); void term_resize_func(void (*func)(int, int));