From 7eb5acdc8eb7f5fcf16878714eb6449a60f43040 Mon Sep 17 00:00:00 2001 From: roy Date: Mon, 3 Oct 2011 12:32:15 +0000 Subject: Use tiparm instead of vtparm. --- tetris/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tetris') diff --git a/tetris/screen.c b/tetris/screen.c index ed9e849b..2d58303b 100644 --- a/tetris/screen.c +++ b/tetris/screen.c @@ -1,4 +1,4 @@ -/* $NetBSD: screen.c,v 1.26 2010/02/03 15:34:39 roy Exp $ */ +/* $NetBSD: screen.c,v 1.27 2011/10/03 12:32:28 roy Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -89,7 +89,7 @@ moveto(int r, int c) { char *buf; - buf = vtparm(cursor_address, r, c); + buf = tiparm(cursor_address, r, c); if (buf != NULL) putpad(buf); } -- cgit v1.2.3-56-ge451