static void tputtab(int);
static void tputc(char *, int);
static void treset(void);
static void tputtab(int);
static void tputc(char *, int);
static void treset(void);
static void tscrollup(int, int);
static void tscrolldown(int, int);
static void tsetattr(int *, int);
static void tscrollup(int, int);
static void tscrolldown(int, int);
static void tsetattr(int *, int);
tresize(int col, int row) {
int i;
int minrow = MIN(row, term.row);
tresize(int col, int row) {
int i;
int minrow = MIN(row, term.row);