Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/rogue Change deprecated curses call to new equivalent.
details: https://anonhg.NetBSD.org/src/rev/a47c465975e2
branches: trunk
changeset: 518835:a47c465975e2
user: blymn <blymn%NetBSD.org@localhost>
date: Thu Dec 06 12:19:44 2001 +0000
description:
Change deprecated curses call to new equivalent.
diffstat:
games/rogue/init.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 83e9216d21c0 -r a47c465975e2 games/rogue/init.c
--- a/games/rogue/init.c Thu Dec 06 12:17:57 2001 +0000
+++ b/games/rogue/init.c Thu Dec 06 12:19:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.11 2000/07/03 03:57:43 matt Exp $ */
+/* $NetBSD: init.c,v 1.12 2001/12/06 12:19:44 blymn Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: init.c,v 1.11 2000/07/03 03:57:43 matt Exp $");
+__RCSID("$NetBSD: init.c,v 1.12 2001/12/06 12:19:44 blymn Exp $");
#endif
#endif /* not lint */
@@ -207,7 +207,7 @@
void
start_window()
{
- crmode();
+ cbreak();
noecho();
#ifndef BAD_NONL
nonl();
Home |
Main Index |
Thread Index |
Old Index