From 164f814056645ef1910d5bf4c9147929e07c3a7c Mon Sep 17 00:00:00 2001 From: roy Date: Wed, 3 Feb 2010 15:34:37 +0000 Subject: Userland now builds and uses terminfo instead of termcap. OK: core@, jdc@ --- hack/hack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.c') diff --git a/hack/hack.c b/hack/hack.c index 8da2c771..8b1731a2 100644 --- a/hack/hack.c +++ b/hack/hack.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.c,v 1.9 2009/08/12 07:28:40 dholland Exp $ */ +/* $NetBSD: hack.c,v 1.10 2010/02/03 15:34:38 roy Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.c,v 1.9 2009/08/12 07:28:40 dholland Exp $"); +__RCSID("$NetBSD: hack.c,v 1.10 2010/02/03 15:34:38 roy Exp $"); #endif /* not lint */ #include "hack.h" @@ -459,7 +459,7 @@ pickup(int all) pline("Pick up %s ? [ynaq]", doname(obj)); while (!strchr("ynaq ", (c = readchar()))) - bell(); + sound_bell(); if (c == 'q') return; if (c == 'n') -- cgit v1.2.3