use <termcap.h>

This commit is contained in:
lukem 1997-10-14 00:41:15 +00:00
parent d91cb65523
commit f92e8f1839
2 changed files with 4 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: back.h,v 1.6 1997/10/10 08:59:41 lukem Exp $ */
/* $NetBSD: back.h,v 1.7 1997/10/14 00:41:15 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@ -44,6 +44,7 @@
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <termcap.h>
#include <unistd.h>
#define rnum(r) (random()%r)

View File

@ -1,4 +1,4 @@
/* $NetBSD: fancy.c,v 1.5 1997/10/10 08:59:45 lukem Exp $ */
/* $NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@ -38,18 +38,12 @@
#if 0
static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93";
#else
__RCSID("$NetBSD: fancy.c,v 1.5 1997/10/10 08:59:45 lukem Exp $");
__RCSID("$NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $");
#endif
#endif /* not lint */
#include "back.h"
int tgetent __P((char *, char *));
int tgetnum __P((char *));
char *tgoto __P((char *, int, int));
char *tgetstr __P((char *, char **));
void tputs __P((char *, int, void (*outc) __P((int))));
char PC; /* padding character */
char *BC; /* backspace sequence */
char *CD; /* clear to end of screen sequence */