use <termcap.h>
This commit is contained in:
parent
fafe360918
commit
0dc4ed53f0
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue