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. --- hack/hack.terminfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hack') diff --git a/hack/hack.terminfo.c b/hack/hack.terminfo.c index 8ded6387..a7ea30b9 100644 --- a/hack/hack.terminfo.c +++ b/hack/hack.terminfo.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.terminfo.c,v 1.1 2010/02/03 15:34:38 roy Exp $ */ +/* $NetBSD: hack.terminfo.c,v 1.2 2011/10/03 12:32:28 roy Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.terminfo.c,v 1.1 2010/02/03 15:34:38 roy Exp $"); +__RCSID("$NetBSD: hack.terminfo.c,v 1.2 2011/10/03 12:32:28 roy Exp $"); #endif /* not lint */ #include @@ -126,7 +126,7 @@ cmov(int x, int y) { char *p; - p = vtparm(cursor_address, y - 1, x - 1); + p = tiparm(cursor_address, y - 1, x - 1); if (p) { xputs(p); cury = y; @@ -246,7 +246,7 @@ home(void) if (cursor_home) xputs(cursor_home); - else if ((cursor_address) && (out = vtparm(cursor_address, 0, 0))) + else if ((cursor_address) && (out = tiparm(cursor_address, 0, 0))) xputs(out); else curs(1, 1); /* using UP ... */ -- cgit v1.2.3-56-ge451