SCREEN_SIZE
extern char screen[SCREEN_SIZE];/* Output buffer for "writes" and "reads" */
char screen[SCREEN_SIZE]; /* Output buffer for "writes" and "reads" */
if ((read_chars = read(fd, screen, SCREEN_SIZE)) <= 0)
if (out_count == SCREEN_SIZE) /* Flush on SCREEN_SIZE chars */