From 4648e8562ad9621fce352da02f8cbb0216afff8d Mon Sep 17 00:00:00 2001 From: blymn Date: Thu, 6 Dec 2001 11:59:45 +0000 Subject: Change deprecated curses function to new equivalent. --- cribbage/crib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cribbage/crib.c') diff --git a/cribbage/crib.c b/cribbage/crib.c index 81755982..dc9756b5 100644 --- a/cribbage/crib.c +++ b/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.15 2001/12/04 13:12:23 blymn Exp $ */ +/* $NetBSD: crib.c,v 1.16 2001/12/06 11:59:45 blymn Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: crib.c,v 1.15 2001/12/04 13:12:23 blymn Exp $"); +__RCSID("$NetBSD: crib.c,v 1.16 2001/12/06 11:59:45 blymn Exp $"); #endif #endif /* not lint */ @@ -132,7 +132,7 @@ main(argc, argv) mvcur(0, COLS - 1, LINES - 1, 0); fflush(stdout); instructions(); - crmode(); + cbreak(); noecho(); clear(); refresh(); -- cgit v1.2.3-56-ge451