diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 05:11:38 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 05:11:38 +0000 |
commit | f78a5eeb5ae05049cc08ee1635f12a5d81b9a938 (patch) | |
tree | 7d741d2bdafc7eabd6e4a4a0edc1ee6a39e2e5bc /games/sail | |
parent | 2f4006bf08ae4d10962d5a3e8c2b4caf5f5af8ec (diff) |
crmode -> cbreak
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/pl_7.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sail/pl_7.c b/games/sail/pl_7.c index 9ebd23654b4..8d52302dbb0 100644 --- a/games/sail/pl_7.c +++ b/games/sail/pl_7.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_7.c,v 1.5 2002/02/19 19:39:36 millert Exp $ */ +/* $OpenBSD: pl_7.c,v 1.6 2002/05/31 05:11:37 pjanzen Exp $ */ /* $NetBSD: pl_7.c,v 1.6 1995/04/22 10:37:17 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: pl_7.c,v 1.5 2002/02/19 19:39:36 millert Exp $"; +static char rcsid[] = "$OpenBSD: pl_7.c,v 1.6 2002/05/31 05:11:37 pjanzen Exp $"; #endif #endif /* not lint */ @@ -91,7 +91,7 @@ initscreen() (void) leaveok(stat_w, 1); (void) leaveok(turn_w, 1); noecho(); - crmode(); + cbreak(); } void |