use <termcap.h>

This commit is contained in:
lukem 1997-10-14 01:02:48 +00:00
parent fafe360918
commit 0dc4ed53f0
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: move.c,v 1.14 1997/10/12 01:49:24 lukem Exp $ */
/* $NetBSD: move.c,v 1.15 1997/10/14 01:02:48 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@ -38,17 +38,10 @@
#if 0
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 7/19/93";
#else
__RCSID("$NetBSD: move.c,v 1.14 1997/10/12 01:49:24 lukem Exp $");
__RCSID("$NetBSD: move.c,v 1.15 1997/10/14 01:02:48 lukem Exp $");
#endif
#endif /* not lint */
int tgetent __P((char *, char *));
int tgetnum __P((char *));
char *tgetstr __P((char *, char **));
int tgetflag __P((char *));
char *tgoto __P((char *, int, int));
void tputs __P((char *, int, void (*outc) __P((int))));
/*************************************************************************
*
* MOVE LIBRARY

View File

@ -1,4 +1,4 @@
/* $NetBSD: snake.h,v 1.8 1997/10/12 01:49:29 lukem Exp $ */
/* $NetBSD: snake.h,v 1.9 1997/10/14 01:02:53 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@ -44,6 +44,7 @@
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include <termcap.h>
# include <termios.h>
#define ESC '\033'