summaryrefslogtreecommitdiffstats
path: root/tetris/screen.h
diff options
context:
space:
mode:
authorblymn <blymn@NetBSD.org>2000-05-22 12:42:46 +0000
committerblymn <blymn@NetBSD.org>2000-05-22 12:42:46 +0000
commita2987258cb8a1c5cfe9ab775230b1513a4df6471 (patch)
tree43bac01c52b99ed7102c4f607ae581bd3b362d8f /tetris/screen.h
parent72c340b256dc83ba3536b8ba39d22f7890312221 (diff)
downloadbsdgames-darwin-a2987258cb8a1c5cfe9ab775230b1513a4df6471.tar.gz
bsdgames-darwin-a2987258cb8a1c5cfe9ab775230b1513a4df6471.tar.zst
bsdgames-darwin-a2987258cb8a1c5cfe9ab775230b1513a4df6471.zip
Converted games to use the new termcap interface.
Diffstat (limited to 'tetris/screen.h')
-rw-r--r--tetris/screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tetris/screen.h b/tetris/screen.h
index 0b12171a..d1b793f3 100644
--- a/tetris/screen.h
+++ b/tetris/screen.h
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.h,v 1.5 2000/01/01 10:15:17 jsm Exp $ */
+/* $NetBSD: screen.h,v 1.6 2000/05/22 12:42:48 blymn Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -49,6 +49,7 @@ extern char *SOstr; /* begin standout mode */
*/
#define putpad(s) tputs(s, 1, put)
+void moveto(int, int);
int put __P((int)); /* just calls putchar; for tputs */
void scr_clear __P((void));
void scr_end __P((void));