summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblymn <blymn@NetBSD.org>2001-12-06 12:21:00 +0000
committerblymn <blymn@NetBSD.org>2001-12-06 12:21:00 +0000
commit5091acb41289c711cd19e004627df9d31a1b8b1f (patch)
treece1f98746b2eb148d6b32c031a72cf46ebd5ee0e
parent729b0afbc771e239510de1e692a00d785ae1c84f (diff)
downloadbsdgames-darwin-5091acb41289c711cd19e004627df9d31a1b8b1f.tar.gz
bsdgames-darwin-5091acb41289c711cd19e004627df9d31a1b8b1f.tar.zst
bsdgames-darwin-5091acb41289c711cd19e004627df9d31a1b8b1f.zip
Changed deprecated curses call to new equivalent.
-rw-r--r--sail/pl_7.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sail/pl_7.c b/sail/pl_7.c
index c752a52b..82a4afbd 100644
--- a/sail/pl_7.c
+++ b/sail/pl_7.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pl_7.c,v 1.25 2001/09/24 13:22:29 wiz Exp $ */
+/* $NetBSD: pl_7.c,v 1.26 2001/12/06 12:21:00 blymn Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_7.c,v 1.25 2001/09/24 13:22:29 wiz Exp $");
+__RCSID("$NetBSD: pl_7.c,v 1.26 2001/12/06 12:21:00 blymn Exp $");
#endif
#endif /* not lint */
@@ -101,7 +101,7 @@ initscreen(void)
leaveok(stat_w, 1);
leaveok(turn_w, 1);
noecho();
- crmode();
+ cbreak();
}
void