Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/sail Changed deprecated curses call to new equivalent.



details:   https://anonhg.NetBSD.org/src/rev/94964d1c0c05
branches:  trunk
changeset: 518836:94964d1c0c05
user:      blymn <blymn%NetBSD.org@localhost>
date:      Thu Dec 06 12:21:00 2001 +0000

description:
Changed deprecated curses call to new equivalent.

diffstat:

 games/sail/pl_7.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a47c465975e2 -r 94964d1c0c05 games/sail/pl_7.c
--- a/games/sail/pl_7.c Thu Dec 06 12:19:44 2001 +0000
+++ b/games/sail/pl_7.c Thu Dec 06 12:21:00 2001 +0000
@@ -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 @@
        leaveok(stat_w, 1);
        leaveok(turn_w, 1);
        noecho();
-       crmode();
+       cbreak();
 }
 
 void



Home | Main Index | Thread Index | Old Index