From: Brett Gordon Date: Wed, 7 Oct 2015 14:55:51 +0000 (-0400) Subject: coco3: devtty: This definition moved to devtty.h. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bd95726fa01b13a28f0dcfe8a3d6d767d77037a7;p=FUZIX.git coco3: devtty: This definition moved to devtty.h. --- diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index 05b470d5..ead98f7f 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -48,18 +48,6 @@ struct s_queue ttyinq[NUM_DEV_TTY + 1] = { -//static struct pty { -// unsigned char *base; /* base of buffer in cpu space */ -// unsigned char *cpos; /* current location of cursor */ -// unsigned char csave; /* charactor that is under the cursor */ -// struct vt_switch vt; /* the vt.o module's state */ -// unsigned int scrloc; /* location to put into gimme */ -// unsigned char gime; /* video register settings of this tty */ -// unsigned char width; /* text width of screen */ -// unsigned char height; /* text height */ -// unsigned char right; /* right most coord */ -// unsigned char bottom; /* bottom most coord */ -//}; struct mode_s{ uint8_t gime;