From 7386031b3faf924f280cfea73c9fedfcba2c507a Mon Sep 17 00:00:00 2001 From: blymn Date: Tue, 4 Dec 2001 13:12:23 +0000 Subject: Replace deprecated curses call with supported 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 e2b64303..81755982 100644 --- a/cribbage/crib.c +++ b/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.14 2001/02/05 00:28:30 christos Exp $ */ +/* $NetBSD: crib.c,v 1.15 2001/12/04 13:12:23 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.14 2001/02/05 00:28:30 christos Exp $"); +__RCSID("$NetBSD: crib.c,v 1.15 2001/12/04 13:12:23 blymn Exp $"); #endif #endif /* not lint */ @@ -112,7 +112,7 @@ main(argc, argv) initscr(); (void)signal(SIGINT, rint); - crmode(); + cbreak(); noecho(); Playwin = subwin(stdscr, PLAY_Y, PLAY_X, 0, 0); -- cgit v1.2.3-56-ge451