summaryrefslogtreecommitdiff
path: root/games/rogue
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 05:11:38 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 05:11:38 +0000
commitf78a5eeb5ae05049cc08ee1635f12a5d81b9a938 (patch)
tree7d741d2bdafc7eabd6e4a4a0edc1ee6a39e2e5bc /games/rogue
parent2f4006bf08ae4d10962d5a3e8c2b4caf5f5af8ec (diff)
crmode -> cbreak
Diffstat (limited to 'games/rogue')
-rw-r--r--games/rogue/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rogue/init.c b/games/rogue/init.c
index c1d9639dea7..eb7a65a72fe 100644
--- a/games/rogue/init.c
+++ b/games/rogue/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.5 1998/09/16 00:44:36 pjanzen Exp $ */
+/* $OpenBSD: init.c,v 1.6 2002/05/31 05:11:37 pjanzen Exp $ */
/* $NetBSD: init.c,v 1.4 1995/04/28 23:49:19 mycroft Exp $ */
/*
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: init.c,v 1.5 1998/09/16 00:44:36 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: init.c,v 1.6 2002/05/31 05:11:37 pjanzen Exp $";
#endif
#endif /* not lint */
@@ -197,7 +197,7 @@ clean_up(estr)
void
start_window()
{
- crmode();
+ cbreak();
noecho();
#ifndef BAD_NONL
nonl();